Rob Richardson wrote:
> Dave,
>
> Your response dovetails nicely with my next question.
I don't think the list has a response from Dave at the time of writing?
> The module I'm working in begins as follows:
>
> use warnings;
> use strict;
> use CGI qw/:standard center strong *big delete_all/;
's
Rob,
Have you considered useing the object oriented
method? It is a little bit more complicated, BUT it
will work.
use strict;
use warnings
use CGI;
my $CgiObject = new CGI;
my $STRING = "There are not any trains running on thi
day.Use the date dropdowns above to select
adifferent day.";
my
Rob,
> Your response dovetails nicely with my next question. The module I'm
> working in begins as follows:
>
> use warnings;
> use strict;
> use CGI qw/:standard center strong *big delete_all/;
Because the code you have included does not specifically say so I have to
guess that:
package NotShow
Dave,
Your response dovetails nicely with my next question. The module I'm
working in begins as follows:
use warnings;
use strict;
use CGI qw/:standard center strong *big delete_all/;
After putting parentheses after my calls to "br", the program compiled
and started running. It barfed, though,