Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

(tye)Re: Non-standard options to tags for CGI.pm

by tye (Sage)
on Jan 12, 2002 at 00:34 UTC ( [id://138129]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      print $file "    ",$q->x:ProtectScenarios("True"),"\n";
  2. or download this
        use CGI qw( -any );
        my $q= CGI->new();
        my $tag= "x:ProtectScenarios";
        print $q->NoSuchHtmlTag("False"), $/;
        print $q->$tag("True"), $/;
    
  3. or download this
        <NOSUCHHTMLTAG>False</NOSUCHHTMLTAG>
        Goto undefined subroutine &main::CGI::
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found