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
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
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
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