Help for this page

Select Code to Download


  1. or download this
    our @array;
    
    require ('/tmp/scripts.pl');
    
  2. or download this
    my @array;
    require ('/tmp/scripts.pl');
    someFunction(@array);