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

Re: If statements while in PRINT

by Masem (Monsignor)
on Mar 14, 2002 at 01:45 UTC ( [id://151577]=note: print w/replies, xml ) Need Help??


in reply to If statements while in PRINT

Let's assume that you have your parameters from CGI.pm. Then, you can do something like the following:
my @params = $cgi->param(); foreach my $param ( @params ) { if ( $cgi->param( $param ) ) { print "<META NAME=\"$param\" CONTENT=\"", $cgi->param( $param ), "\">"; } }

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
"I can see my house from here!"
It's not what you know, but knowing how to find it if you don't know that's important

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found