On Tue, 15 Jul 2008 00:44:12 +0100 Paul LeoNerd Evans <[EMAIL PROTECTED]> wrote:
> SCALAR => do { \my $var },
It seems I can make the SCALAR ref have refcount 1 by changing this to
SCALAR => do { my $var; \$var },
Various initialisations {e.g my $var = 1} also keep it happy.
Just the CODE and GLOB to go then...
--
Paul "LeoNerd" Evans
[EMAIL PROTECTED]
ICQ# 4135350 | Registered Linux# 179460
http://www.leonerd.org.uk/
signature.asc
Description: PGP signature
