in reply to Re^2: An optimal way to induce CRLF using perlio
in thread An optimal way to induce CRLF using perlio
use Capture::Tiny qw/ capture /; my($stdout, $stderr, $exit) = capture { system '.../curl', ...',"\r\n\r\n..."; };;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: An optimal way to induce CRLF using perlio
by perlron (Pilgrim) on Oct 27, 2014 at 01:21 UTC | |
by Anonymous Monk on Oct 27, 2014 at 01:39 UTC |