in reply to Re: Re (tilly) 1: why browser can not see?
in thread why browser can not see?
To use CGI.pm add:
Then add your application-specific HTML. End your page with the statementuse CGI qw/:standard/; print header, start_html('A Simple Example');
print end_html;
A programmer named Lincoln D. Stein who approaches Larry-hood in his good works wrote this module. You can read his documentation for it here.
|
|---|