View Single Post
Old 06-11-2007, 11:13 AM   #37 (permalink)
TwitcH
Banned
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,053
Reputation: 14
Default

Quote:
Originally Posted by Cj Shadows View Post
I just noticed something. In the Perl example, shouldn't you include the shebang? Also for good practice, use warnings;.
To make it clear.
Code:
#!/usr/bin/perl
# Hello world in perl
use warnings;

print "Hello World!\n";
Like I said I didnt write them, just grabbed a load off a hello world example site.
TwitcH is offline