Help for this page

Select Code to Download


  1. or download this
    thisIsMySub( \@onearray, \%ahasd, \@secondarray, $scalar1, $scalar2);
    
  2. or download this
    my @firstarray   = @{shift };
    my %somehash     = %{shift };
    my @secondadrray = @{shift };
    my $scalarone    =   shift;
    my $scalartwo    =   shift;