39 |
print $query->header( -type => 'text/plain', -charset => 'UTF-8' ); |
39 |
print $query->header( -type => 'text/plain', -charset => 'UTF-8' ); |
41 |
my ( $auth_status, $sessionID ) = check_cookie_auth( $query->cookie('CGISESSID'), { } ); |
41 |
my ( $auth_status, $sessionID ) = check_cookie_auth( $query->cookie('CGISESSID'), { } ); |