home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / auto / Net / FTP / debug_text.al < prev    next >
Text File  |  1997-11-28  |  216b  |  11 lines

  1. # NOTE: Derived from ./blib/lib/Net/FTP.pm.  Changes made here will be lost.
  2. package Net::FTP;
  3.  
  4. ##
  5. ## Over-ride methods (Net::Cmd)
  6. ##
  7.  
  8. sub debug_text { $_[2] =~ /^(pass|resp)/i ? "$1 ....\n" : $_[2]; }
  9.  
  10. 1;
  11.