Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: cgi output.

by chromatic (Archbishop)
on Mar 16, 2001 at 02:14 UTC ( [id://64814]=note: print w/replies, xml ) Need Help??


in reply to cgi output.

Yes, you can. Feel free to try it.

Note that you might have to be slightly explicit about the variable name, in case you want to interpolate the variable into a string with lots of other text. If you have a variable called $filename and you want to add numbers to the end, you will have to say:

print "${filename}1.jpg";

and so forth.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 07:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found