in reply to CGI-Perl:: Location for saving the GD output

if your images are not too big and they don't need to be stored persistently, you can use HTML::Template::Compiled::Plugin::InlineImage which outputs GD images as HTML image tags.
See http://search.cpan.org/src/TINITA/HTML-Template-Compiled-Plugin-InlineImage-0.02/examples/gd.html for an example.
  • Comment on Re: CGI-Perl:: Location for saving the GD output

Replies are listed 'Best First'.
Re^2: CGI-Perl:: Location for saving the GD output
by cool (Scribe) on Sep 11, 2006 at 06:40 UTC
    Its indeed a good advise Monk.. will try using it and get back to you.. Thank you
      To use this I tried installing

      HTML-Template-Compiled-Plugin-InlineImage-0.02 It asked to install this HTML-Template-Compiled-0.73 and then to install this, it asked to install build module.. for which i tried this.. Acme-Hello-0.03

      But this is showing error while installing.. :( and too in my system C compiler.. so its a long way to go.. but anyway thanks for your time and suggestion
        HTML-Template-Compiled-0.73 and then to install this, it asked to install build module
        HTML-Template-Compiled-0.73 doesn't require "build module" (I can only guess what you mean by that).
        But this is showing error while installing.. :( and too in my system C compiler..
        this module also doesn't require a c compiler. and if you get errors it's always good to paste them here.