Help for this page

Select Code to Download


  1. or download this
    sub load_session {
        my $self = shift;
    ...
        return $self->{data}->{uid};
        return undef;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        my $url = $m->comp('/login.html', msg=>"Invalid session or cookie"
    +);
        print "$url\n\n";
    }