Help for this page

Select Code to Download


  1. or download this
    # Process header
    for (split /^/, $header)
    {
    ...
    {
      $body = decode_qp($body);
    }
    
  2. or download this
    #!/usr/bin/perl
    
    use Modern::Perl;
    ...
    
    # Close POP connection
    $pop->Close();