Help for this page

Select Code to Download


  1. or download this
    package SomePackage;
    
    ...
    }
    
    return 1;
    
  2. or download this
    require "SomePackage.pl';
    
    $SP = new SomePackage;
    @array = qw(one.txt two.txt three.txt);
    $SP->print_filename(@array,$arg1,$arg2);