Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    zProc();
    subzProc();
    print "hey 2\n";
    
  2. or download this
    package L;
    
    ...
      zProc();
    }
    
  3. or download this
    package Z;
    
    ...
      L::sublProc();
    }
    1;