in reply to Re^3: 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?
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