On May 22, Richard Thompson said:

>We have moved a website off a server outside our offices to one inside.
>everything went fine but one of our cgi is not working so using some
>info shared in this forum we tried to run from the command line. now
>here is the problem we cannot get it to pass the arg.

>  Perl cnty-nos.cgi 89 1 -w
>  Perl cnty-nos.cgi 89, 1
>
>am I needing the -w before the arguments and are commas used in the line

-w is an option to perl, not to your program

  perl -w your_program arg1 arg2 "arg 3 here"

Commas aren't used.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
** I need a publisher for my book "Learning Perl's Regular Expressions" **

Reply via email to