Help for this page

Select Code to Download


  1. or download this
    sub func1
    {
    ...
    
        return [$a, $b];
    }
    
  2. or download this
    $ref = fuc1();
    
    #or
    
    @ref = @{func1()};