in reply to Re: Re: Perl & Personal Web Server
in thread Perl & Personal Web Server
Okay, so actually this requires more finger acrobatics, but at least it looks a lot better to me. But then, 'an old version of Perl' might very well mean Perl 4, which doesn't have OO. (But that's before my time, I believe I've just missed my first Perl anniversary ;-)#!/usr/bin/perl -w use CGI; my $q = new CGI; print $q->header, $q->start_html, $q->start_table; # etc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ugly code! :-(
by Anonymous Monk on Mar 02, 2001 at 10:46 UTC |