On Nov 5, 11:17 pm, [EMAIL PROTECTED] (Itshardtogetone)
wrote:
> Hi,
> Whats the perl command to run a script or program.
> Thanks

hello,

typically you will open a shell/command prompt, change directory to
where your script is and the execute with "perl script"

So, say for example your script is located in /home/user/perl, and was
called test, you would do this:

cd /home/user/perl
perl test

Your script would then run. If its on windows it will likely have
a .pl extension

wheeler


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to