Help for this page

Select Code to Download


  1. or download this
    package main;
    our($a,$b);
    
    package RealPackage;
    # ...
    
  2. or download this
    sub directories_first ($$) {
       my ($a,$b) = @_;
       # ...
    }