Help for this page

Select Code to Download


  1. or download this
    use MIME::QuotedPrint;
    
  2. or download this
    print tomail "$line\n";
    
  3. or download this
    $decoded = MIME::QuotedPrint::decode($line);
    print tomail "$decoded";