- or download this
#!/usr/bin/perl
use CGI;
...
$q -> start_html( -base => { 'href' => '$url' }),
$q -> p( 'blah, blah' ),
$q -> end_html;
- or download this
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
...
</body>
</html>
- or download this
#!/usr/bin/perl
...
$q -> p('blah, blah'),
$q -> end_html;