in reply to Re^2: Why reftype and blessed are making my life harder than it needs to be
in thread Why reftype and blessed are making my life harder than it needs to be
It's easy to bless into "". This trades on knowledge that package names are null terminated strings.
bless( ..., "\0" )⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Why reftype and blessed are making my life harder than it needs to be
by jdhedden (Deacon) on Feb 10, 2006 at 18:09 UTC | |
by diotalevi (Canon) on Feb 10, 2006 at 21:15 UTC | |
Re^4: Why reftype and blessed are making my life harder than it needs to be
by Perl Mouse (Chaplain) on Feb 11, 2006 at 19:53 UTC | |
by diotalevi (Canon) on Feb 12, 2006 at 04:27 UTC |