home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / escape_from.al < prev    next >
Encoding:
Text File  |  2003-11-13  |  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.