Help for this page

Select Code to Download


  1. or download this
    #!c:/apache/perl/bin/perl.exe -wT
    
    ...
    print $template->output;
    
    MyAppCommon::bottomPublic($alias);
    
  2. or download this
    #!c:/apache/perl/bin/perl.exe -wT
    
    ...
    print $template->output;
    
    MyAppCommon::bottomPublic($alias, $userAccess, $membership);
    
  3. or download this
    my $sid = cookie('main') || undef;
    my @sessionInfo;
    ...
    if ( $session->is_new() ) {
        $session->delete();
    }
    
  4. or download this
    &test;
    
    ...
    
        return 1;
    }