home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / escape_from.al < prev    next >
Encoding:
Text File  |  2004-03-29  |  431 b   |  19 lines

  1. # NOTE: Derived from blib\lib\Mail/Internet.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Mail::Internet;
  5.  
  6. #line 714 "blib\lib\Mail/Internet.pm (autosplit into blib\lib\auto\Mail\Internet\escape_from.al)"
  7. sub escape_from
  8. {
  9.  my $me = shift;
  10.  
  11.  my $body = $me->body;
  12.  local $_;
  13.  
  14.  scalar grep { s/\A(>*From) />$1 /o } @$body;
  15. }
  16.  
  17. # end of Mail::Internet::escape_from
  18. 1;
  19.