Help for this page

Select Code to Download


  1. or download this
    use warnings; 
    use strict; 
    ...
        my %args = @_; 
        print "func: one translates to $args{one} \n"; 
    }
    
  2. or download this
    wrong number of arguments for func(); has to be even at a.pl line 8
        main::func('one', 'uno', 'two', 'dos', 'three') called at a.pl lin
    +e 5