Quote:
Originally Posted by SaguratuS
sorry, had to post it from the comp which had it on it.
Code:
### use 5.005;
use IO::Scalar;
$data = "My message:\n";
### Open a handle on a string, and append to it:
...
|
ack!
Code:
perl -MIO::Scalar -e "print 'AOK'"
should be all you need.