Help for this page

Select Code to Download


  1. or download this
    (my $file = $class) =~ s^::^/^g;
    require "$file.pm";
    
  2. or download this
    my $file = File::Spec->catfile( split /::/, $class ) . ".pm";