Help for this page

Select Code to Download


  1. or download this
    my $param1 = shift;
    my $param2 = shift;
    my $param3 = shift;
    
  2. or download this
    my ($param1, $param2, $param3) = @_;