Help for this page

Select Code to Download


  1. or download this
    my_sub( @a );
    
    ...
    # param 0 = a
    # param 1 = b
    # param 2 = c
    
  2. or download this
    @a = ( 'I', 'am' );
    %h = ( 'perl' => 'hacker' );
    ...
    # param 3 = another
    # param 4 = perl
    # param 5 = hacker