Help for this page

Select Code to Download


  1. or download this
    package rlib;
    
    use strict;
    ...
    1;
    
    __END__
    
  2. or download this
        my($pkg,$file) = (caller(1))[0,1];
        my @rel = @_ ? @_ : qw(../lib lib);
    
  3. or download this
        
        while($pkg =~ /::/g) {