in reply to Re: Getting the value of a pointer
in thread Getting the value of a pointer
Digression: One place where you may see explicit stringification is when using Class::DBI, where stringification produces a (numerical) primary key.
# untested my $object = Foo->retrieve(1234); # an object &function_needing_int_not_object('' . $object);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting the value of a pointer
by ikegami (Patriarch) on Jul 18, 2005 at 19:49 UTC |