SPUG: GD file save

Charles DeRykus charles.e.derykus at boeing.com
Wed Jan 5 14:28:44 CST 2000


> It might help to look at my Chart::Plot module which does this.  It's
> a front end to GD for drawing 2-d line graphs. Look on CPAN, or
> probably better
>   www.pobox.com/~cgires/modules/
> where you can view and play with a cgi demonstration script which
> writes files.

Good thoughts.

I'm still confused by the original poster's 
code:

  open(...) or die;

which likely won't reveal any info about the 
exact nature of the problem, e.g.,

perl -e 'open F,"nosuch" or die'
Died at -e line 1.

perl -e 'open F, "nosuch" or die $!'
No such file or directory at -e line 1.


Hope this helps,
--
Charles DeRykus

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    POST TO: spug-list at pm.org        PROBLEMS: owner-spug-list at pm.org
 Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/
 SUBSCRIBE/UNSUBSCRIBE: Replace ACTION below by subscribe or unsubscribe
        Email to majordomo at pm.org: ACTION spug-list your_address





More information about the spug-list mailing list