Help for this page

Select Code to Download


  1. or download this
    sub max_v_local {
      local (*a, *b) = @_;
    ...
       }
      @result;
      }
    
  2. or download this
    my @answer = max_v_local( \@mylist, \@yourlist );
    
  3. or download this
    sub test_xml_writer {
        my( @array, $aref );
    ...
        $w->end();
        $io->close();
        }
    
  4. or download this
    Variable "@a" is not imported at ./test.pl line 112.
    Variable "@a" is not imported at ./test.pl line 112.
    ...
    Global symbol "@a" requires explicit package name at ./test.pl line 11
    +6.
    Global symbol "@a" requires explicit package name at ./test.pl line 11
    +6.
    Execution of ./test.pl aborted due to compilation errors.