View Single Post
  #9  
Old 12-13-2003, 05:09 PM
Eglin
Hill Giant
 
Join Date: Nov 2003
Posts: 168
Default

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.
Reply With Quote