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::