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


-Katie.