Re: Parameter Passing Not Working

2009-05-12 Thread John W. Krahn
AndrewMcHorney wrote: Hi Hello, I appreciate the assistance from a previous email message on writing functions in Perl. The issue right now is that I am passing an array, a number and a string to the function but it does not appear to be passed successfully. I am sure the error is quite sim

Re: Parameter Passing Not Working

2009-05-11 Thread Chas. Owens
On Mon, May 11, 2009 at 18:55, AndrewMcHorney wrote: > Hi > > I appreciate the assistance from a previous email message on writing > functions in Perl. The issue right now is that I am passing an array, a > number and a string to the function but it does not appear to be passed > successfully. I a

Re: parameter passing

2002-02-05 Thread Jenda Krynicky
From: "Michael Eggleton" <[EMAIL PROTECTED]> > use Getopt::Long; > > GetOptions( "option1=s" => \$option1value ); > > parameters are passed to the script like this > > myscript --option1=option1value or > myscript --option1 option1value He said the script is called by an HTML form. This

Re: parameter passing

2002-02-05 Thread Michael Eggleton
use Getopt::Long; GetOptions( "option1=s" => \$option1value ); parameters are passed to the script like this myscript --option1=option1value or myscript --option1 option1value Hope this helps. Michael D. Eggleton http://www.gorealnetworks.com mailto:[EMAIL PROTECTED] -Original Messa