in reply to indirect object in camel book
#!/usr/bin/perl -w use strict; use CGI; my $query=new CGI; sub new($) { print "Ouch!!\n"} my $query2=new CGI;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: indirect object in camel book
by BrentDax (Hermit) on Oct 06, 2001 at 07:41 UTC |