in reply to Re^3: Matching multiple variables against array
in thread Matching multiple variables against array

What do you mean by "mo."?
Sorry I meant at the moment.

I am using the below pragmas for warnings.

#!/usr/bin/perl -wT
use strict;
use CGI ':standard';
use CGI::Carp qw(fatalsToBrowser);


Have tried using just param( ... ) but I am still not moving :-(

How can i get the below incoming values into @form ?
$1 = param('1');
$2 = param('2');
$3 = param('3');

Thanks
  • Comment on Re^4: Matching multiple variables against array