Re: Quoted-Printable Perl Module
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