Baz has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -Tw use lib '/home/baz/public_html'; use strict; $| = 1; use CGI::Carp "fatalsToBrowser"; use CGI ":all"; use DBI; use HTML::TokeParser; use MyVars qw($footer);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Perlmonk.org: Unquoted string "br"
by jeffa (Bishop) on Aug 11, 2002 at 23:19 UTC | |
|
Re: Perlmonk.org: Unquoted string "br"
by BrowserUk (Patriarch) on Aug 11, 2002 at 23:20 UTC | |
by Baz (Friar) on Aug 11, 2002 at 23:49 UTC |