[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [K12OSN] Run a Perl Script



Jennifer Waters wrote:

>How, do you run a perl script?  I have the script and
>
>data in the same folder.  I have tried several ways
to
>
>run it, but to no avail.  I need the data for my
>
>password file.  Thank you for your help.
>
>
>
>
>
>Jennifer
>
>
>
>__________________________________
>
>Do you Yahoo!?
>
>Exclusive Video Premiere - Britney Spears
>
>http://launch.yahoo.com/promos/britneyspears/
>
>
>
>
>
>_______________________________________________
>
>K12OSN mailing list
>
>K12OSN redhat com
>
>https://www.redhat.com/mailman/listinfo/k12osn
>
>For more info see <http://www.k12os.org>
>
>  
>
Twohree options that occure to me at the moment.

1. Type "perl path-to-script" at the commant line
withought the quotes
or
2. For a more perment slution type "which perl" at the
commant line 
withought the quotes and make a note of the path. Then
open the scripe 
in your favorite text editor (eg vi pico nano) and add
this line to the 
begining of the file "#!/path-to-perl" and then "chmod
700 script-name" 
then finally type "./script-name" at the commant line
withought the quotes.



__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]