Help for this page

Select Code to Download


  1. or download this
    a(@a);
    
    sub a ( \@ )
    {
        my($array_reference) = @_;
    }