home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / Net / FTP / E.pm < prev    next >
Text File  |  1997-09-11  |  72b  |  8 lines

  1. package Net::FTP::E;
  2.  
  3. require Net::FTP::I;
  4.  
  5. @ISA = qw(Net::FTP::I);
  6.  
  7. 1;
  8.