#!/usr/bin/perl

$ENV{REQUEST_METHOD} 	= "GET";
$ENV{QUERY_STRING} 	= "op=stats_uptime";
print `~/CoDeeN/www/proxmgr.cgi`;
