in reply to Help understanding object constructors
In both cases (yours and the above), the "variables in this loop" (again, note it is not a loop) are the default key-value pairs of the hash (see perldata).my %thisHash = ( _server => undef, _database => undef, _hSession => undef, _hDatabase => undef, ); my $this = \%thisHash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help understanding object constructors
by jbrugger (Parson) on Nov 07, 2005 at 06:18 UTC | |
|
Re^2: Help understanding object constructors
by nisha (Sexton) on Nov 07, 2005 at 05:47 UTC |