Thread
:
Perl or Shell?
View Single Post
#
7
(
permalink
)
03-29-2008, 05:35 PM
Jordan
Administrator
Join Date: Nov 2006
Posts: 500
If you have your shebang correct:
Code:
#!/usr/bin/perl
at the top of your Perl script you can execute it like you would a shell script. IE:
Code:
# ./myPerlScript.pl
Jordan
View Public Profile
Send a private message to Jordan
Find all posts by Jordan