Bakken, Luke [BL], on Monday, February 7, 2005 at 15:38 (-0800) thinks
about:

BL> Redirect to a file and read the file:

BL> my $filename = '/tmp/output';
BL> open (PIPE, "|-", "convert -negate -modulate 200,0 -negate - pbm:- |
gocr - >> $filename 2>&1") or warn "$!\n";
BL> open IN, $filename or die ......

yes, I thought about that, but this is simple way :) how to do this
without any tempfile ? I don't want save anything on hdd.

-- 

 ...m8s, cu l8r, Brano.

[I didn't STEAL your tagline, @FN@, I IMPROVED it!]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to