>>>>> "MH" == Matt Herzog <[EMAIL PROTECTED]> writes:
>> > [EMAIL PROTECTED]:~/work$ perl dippy.pl >> > <runs for a few seconds then:> >> > >> > ecolab.png: not readable >> > >> > ecolab.png would be the first png file generated. >> >> Perhaps ecolab.png is not in the current working directory, so the actual >> path to the file needs to be included. MH> I doubt there can ever be a path to the files. The png files are MH> being generated dynamically (earlier in the script) when some code MH> snatches them from an URL. huh? you generated the files so you know where they are. or if you need to produce a url for them you can move the files to a public http dir and create a url for them there. remember when you do dynamic files in cgi you are in complete control but you still have to do all the work. cgi and cgi.pm has no knowledge of any files you create. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

