in reply to Re: How to display the response from a get request to a browser?
in thread How to display the response from a get request to a browser?

Thanks, that would be helpful. But can you show me how to use the display command from image-magick
Thanks
  • Comment on Re^2: How to display the response from a get request to a browser?

Replies are listed 'Best First'.
Re^3: How to display the response from a get request to a browser?
by Joost (Canon) on Oct 27, 2004 at 15:56 UTC
      Hi
      thanks for the code, I tried using:
       system("display $image_filename") and die "Error running display";
      after storing the set of characters in a file represented by $image_file. but nothing happened I wounder if I need to import the image-magick library with (use), or add something else.
      thank you,
      unb