Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Starting with CGI::Application and Logins

by Your Mother (Archbishop)
on Aug 22, 2004 at 07:16 UTC ( [id://384896]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use PS::Display;
    use PS::DataBase;
    ...
         data => \%template_data,
         page => $page,
        );
    
  2. or download this
    [% IF session.is_authorized %]
      YXZ branching with and based on [% all_that_prepared_data %]
    [% ELSE %]
      No XYZ for you, please <a href="[% uri.login %]">login</a>
      or <a href="[% uri.register %]">register</a>.
    [% END %]
    

Log In?
Username:
Password:

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

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

    No recent polls found