Web Hosting Talk







View Full Version : perl script


mithilesh
06-09-2001, 08:31 PM
How I can run my first perlscript program on my redhat linux 6.2 i.e what setting should i have done for it.

if you can then please help me.




Classic Softwares
http://www.classicsoftwares.com
T-2, 3rd Floor, 24 Adchini,
Off. Aurobindo Marg., Sarvodaya Enclave
New Delhi - 110017, India
Ph. 91-11-6536228
Fax. 91-11-6529946

Jedito
06-09-2001, 09:40 PM
What script?
Maybe if you give us a little more info.. can help you.

(SH)Saeed
06-09-2001, 10:56 PM
Originally posted by mithilesh
How I can run my first perlscript program on my redhat linux 6.2 i.e what setting should i have done for it.

if you can then please help me.

mithilesh, from the directory where you have your perl script type: perl myscript.pl to run it normally, perl -w myscript.pl to run it in warn mode (this will point out smallest things), perl -c -w myscript.pl to run it in test mode with warn mode.

Have fun.

koolguru
06-10-2001, 12:23 AM
Great To See Another Dilli Wasi (Delhi Residant)
Namaste mithilesh,

Welcome to WHT.

Another Way.
Place It In A directory with access to Perl.
then CHMOD it to 755.
then open though your web bowser

:cool: :cool: :cool: :cool: :cool: :cool: :cool: :cool: