Skip Menu |

This queue is for tickets about the Symbol-Table CPAN distribution.

Report information
The Basics
Id: 16307
Status: new
Priority: 0/
Queue: Symbol-Table

People
Owner: Nobody in particular
Requestors: tyler [...] yi.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.01
Fixed in: (no value)



Subject: Symbol::Table::Tie does not supply EXISTS
If you attempt to determine if a symbol table entry exists using something like: while(my($k, $v) = each(%$cur)) { $new->{$k} = $v unless exists $new->{$k}; } Symbol::Table crashes with the following error: Can't locate object method "EXISTS" via package "Symbol::Table::Tie" Being able to test for the existance of a symbol table entry (as opposed to just whether or not it's defined) would sure be useful!
Date: Fri, 9 Dec 2005 01:03:38 -0500 (EST)
Subject: Re: [cpan #16307] Symbol::Table::Tie does not supply EXISTS
From: "Greg London" <email [...] greglondon.com>
To: bug-Symbol-Table [...] rt.cpan.org
RT-Send-Cc:
Wow, that's strange. I thought that one worked. Will look into it when I get some cycles. Thanks, Greg Show quoted text
> > This message about Symbol-Table was sent to you by guest <> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16307 > > > If you attempt to determine if a symbol table entry exists using something > like: > > while(my($k, $v) = each(%$cur)) { > $new->{$k} = $v unless exists $new->{$k}; > } > > Symbol::Table crashes with the following error: > > Can't locate object method "EXISTS" via package "Symbol::Table::Tie" > > Being able to test for the existance of a symbol table entry (as opposed > to just whether or not it's defined) would sure be useful! > >
-- Bounty Hunters: Metaphors for Fair IP laws http://www.greglondon.com/bountyhunters/