Running a Perl Program
#!/usr/bin/perl
print("Out of the oyster!\n"); # comment
Make sure the file is executable:
chmod +x howdy.pl
Run the program from the command line:
./howdy.pl
Previous slide
Next slide
Back to first slide
View graphic version