in reply to Referencing bound variables
to see what you have in there. Or just print out keys %data. It's probably 'NAME'.use Data::Dumper; print STDERR Dumper(\%data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Referencing bound variables
by hok_si_la (Curate) on Feb 11, 2005 at 21:56 UTC |