Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Problems calling a second perl script from the first

by soonix (Canon)
on Apr 14, 2015 at 10:37 UTC ( [id://1123389]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Problems calling a second perl script from the first
in thread Problems calling a second perl script from the first

normally, in HTML, images (such as your graph) are requested separately from the "text", so it would have to be a different script, and the parameters have to come in via URL parameters, which mandates parameter checking, because anyone could call the "image script" by hand.

It is possible to incorporate images directly with <img src="data:... (see

So you could call your graph generator directly as a subroutine (with already checked parameters). Of course, your subroutine would have to (base64) encode the image.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1123389]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found