Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    use IO::Scalar;
      my $modulecontent = get($urls{$filename});
      if (!defined($modulecontent)) {return undef;}
      else {return new IO::Scalar \$modulecontent;}