| Sign In/My Account | View Cart |
| Article: |
Learning the Mac OS X Terminal, Part 5 | |
| Subject: | Perl Scripts | |
| Date: | 2006-01-09 14:57:28 | |
| From: | Cruzapete | |
|
I dont know if this is too late that it wont be answered. I will so much appreciate it if it can be treated and my problem solved.
|
||
Showing messages 1 through 1 of 1.
G4-Cube:/private/etc kltan$ which perl
/usr/bin/perl
Another note is Windows PERL script does not require the shebangs line, but is required for your UNIX/OSX PERL script. Just enter the shebangs line at the top of your script as below.
#!/usr/bin/perl
...your script..
good luck.