Running a Perl Program
#!/usr/bin/perl5.00404
print("Howdy, world!\n"); # comment
Make sure the file is executable:
chmod +x howdy.pl
./howdy.pl
Next slide
Back to first slide
View graphic version