Help for this page

Select Code to Download


  1. or download this
    ## My_Foo.pm
    package My_Foo;
    ...
    use Net::FTP;
    %INC = %inc_copy;
    1;
    
  2. or download this
    ## test.pl
    use Math::BigInt;
    use My_Foo;
    
    for(keys(%INC)) {print "$_: $INC{$_}\n"}