Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: XSS protection in CGI::Application

by skx (Parson)
on Mar 02, 2010 at 19:30 UTC ( [id://826239]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
        my $self = shift;
        $self->run_modes(
    ...
            'AUTOLOAD' => 'unknown_mode',
        );
    
  2. or download this
    sub unknown_mode
    {
    ...
            return "<p>Unknown mode '$requested' for anonymous user.</p>";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-16 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found