in reply to
Re: Re: Ending user input
in thread
Ending user input
Hi.
You need to precede the '@a' array with 'my'.
You could define it above the main code section or as needed:
my @a = qw( 1 2 3 );
[download]
-Katie.
Comment on
Re: Re: Re: Ending user input
Download
Code
In Section
Seekers of Perl Wisdom