Help for this page

Select Code to Download


  1. or download this
    package scrubber1;
    require Exporter;
    use config1;
    ...
        or die "Couldn't login\n";
      return $ftp;
    }
    
  2. or download this
    package config1;
    use Exporter    qw(import);
    ...
              },
         );
    1;