Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RFC: Proposed tutorial - simple login script using CGI::Application

by scorpio17 (Canon)
on Jun 19, 2007 at 18:16 UTC ( [id://622071]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    print "content-type: text/html\n\n";
    print "hello world\n";
    
  2. or download this
    =   1 = #!/usr/bin/perl
    =   2 = use strict;
    ...
    =  11 = );
    =  12 = $webapp->run();
    =  13 =
    
  3. or download this
    =  14 = DB_DSN = dbi:mysql:database=webapp
    =  15 = DB_USER = webadmin
    =  16 = DB_PASS =
    =  17 =
    
  4. or download this
    =  18 = package MyLib::Simple;
    =  19 = use strict;
    ...
    =  91 =
    =  92 = 1;
    =  93 =
    
  5. or download this
    =  94 = package MyLib::Login;
    =  95 =
    ...
    = 270 =
    = 271 = 1;
    = 272 =
    
  6. or download this
    = 273 = <html>
    = 274 = <head>
    ...
    = 305 = </body>
    = 306 = </html>
    = 307 =
    
  7. or download this
    = 308 = <html>
    = 309 = <head>
    ...
    = 328 = </body>
    = 329 = </html>
    = 330 =
    
  8. or download this
    = 331 = <html>
    = 332 = <head>
    ...
    = 359 = </body>
    = 360 = </html>
    = 361 =
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://622071]
Approved by planetscape
Front-paged by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found