perlron has asked for the wisdom of the Perl Monks concerning the following question:
my $command = " curl -s --user \'api:XXXXX\'"; $command .= " https://api.XXXXX.XX/XX/XXXXX.XX.org/XXXX"; $command .= " -F to=\'name\@domain.com\'"; $command .= " -F subject=\'$subject\'"; $command .= " -F text=\'$message\'"; my $result = system($command);
malformed header from script. Bad header={:.register.cgi, referer: htt +p://XXXX.local/cgi-bin/register.cgi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: An optimal way to induce CRLF using perlio
by choroba (Cardinal) on Oct 26, 2014 at 21:42 UTC | |
by perlron (Pilgrim) on Oct 26, 2014 at 21:51 UTC | |
by Anonymous Monk on Oct 27, 2014 at 00:56 UTC | |
by perlron (Pilgrim) on Oct 27, 2014 at 01:21 UTC | |
by Anonymous Monk on Oct 27, 2014 at 01:39 UTC | |
|
Re: An optimal way to induce CRLF using perlio
by Loops (Curate) on Oct 26, 2014 at 21:42 UTC | |
by perlron (Pilgrim) on Oct 26, 2014 at 21:48 UTC |