• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Quoted-Printable Perl Module
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quoted-Printable Perl Module


  • Subject: Re: Quoted-Printable Perl Module
  • From: debt <email@hidden>
  • Date: Thu, 16 Mar 2017 19:18:13 -0700

On Mar 16, 2017, at 4:27 PM, Christopher Stone <email@hidden> wrote:

#!/usr/bin/env perl -sw
    use MIME::Decoder;

$decoder = new MIME::Decoder 'quoted-printable' or die "unsupported";
$decoder->decode(\*STDIN, \*STDOUT);

Chris,

I don’t have a way to test this here, but won’t it accept a reference to your in and out scalars?

$decoder->decode(\$in, \$out);

In case that doesn’t work, if you have a sample script and data you’d like to give out, I can try to help.

Marc
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Quoted-Printable Perl Module
      • From: Christopher Stone <email@hidden>
References: 
 >Quoted-Printable Perl Module (From: Christopher Stone <email@hidden>)

  • Prev by Date: Quoted-Printable Perl Module
  • Next by Date: Re: Quoted-Printable Perl Module
  • Previous by thread: Quoted-Printable Perl Module
  • Next by thread: Re: Quoted-Printable Perl Module
  • Index(es):
    • Date
    • Thread