View Single Post
Old 07-24-2008, 09:11 PM   #9
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Do you have Perl installed on your OS? What OS are you using?
If No you need to install it.
If you have windows/Mac you can download ActiveState Perl. It's free and works great.

Locate where the 'perl.exe' is and make sure the path of the perl executable is on the same path of the first line in the script

Code:
#!/usr/bin/perl
If you install active state I recommend you use the default path "C:\perl"

Then you can change the first line in the script to

Code:
#!C:/perl/bin/perl.exe
=X=
=X= is offline   Reply With Quote