in reply to "Dynamic" object creation.
use strict; use warnings; use CGI; my $blah = 'CGI'; my $new = $blah->new(); die $new; __END__ CGI=HASH(0x224f9c)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Dynamic" object creation.
by tadamec (Beadle) on Jun 27, 2004 at 07:34 UTC |