Hi,

I am trying to do something may be totally unnecessary
here;

$CGI=new CGI;

sub {
 my ($CGI)[EMAIL PROTECTED];
 print $CGI->header,
$cgi->start_html(-title=>"Message",
                      -class=>"PageBODY");
    print "test\n";                    
 #           $tmp1->output;
    print   $cgi->end_html;
    }

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to