http://qs321.pair.com?node_id=318036


in reply to Char::Plot problems

TRY THIS:
open (OUT, "> plot.png"); binmode OUT; print OUT $img->draw(); close OUT;

Replies are listed 'Best First'.
Re: Re: Char::Plot problems
by house15 (Initiate) on Jan 05, 2004 at 13:51 UTC
    You, sir, are a genius. I saw that in the examples, but the comment said it was for "DOSish" systems. Since I'm a newbie and on LINUX I ignored that. Thanks for the help. House.