Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe -wT
    
    ...
    elsif ($action eq "auth") { &auth; }
    elsif ($action eq "logout") { &logout; }
    else { &signup; }
    
  2. or download this
    sub startup {
    
    ...
            use strict;
    
    }