about deleting subroutine

2005-11-21 Thread Jennifer Garner
hi,lists, I have seen this thread on perlmonk,and it make me confused too.Can anyone here explain that?Thanks. Quote: --- Basically, deleting subroutines from a symbol table seems a bit buggy, but I don't know if this behavior is documented or not. #!/usr/bin/perl -l sub this { 'this' }

Re: about deleting subroutine

2005-11-21 Thread John W. Krahn
Jennifer Garner wrote: hi,lists, Hello, I have seen this thread on perlmonk, And you thought that the people on the beginners list would be more knowledgeable than the people on perlmonks.org? and it make me confused too.Can anyone here explain that? Explain why it makes you confused? No.

Re: about deleting subroutine

2005-11-21 Thread Randy W. Sims
Jennifer Garner wrote: hi,lists, Hi Jennifer, I have seen this thread on perlmonk,and it make me confused too.Can anyone here explain that?Thanks. Quote: --- Basically, deleting subroutines from a symbol table seems a bit buggy, but I don't know if this behavior is documented or not.

Re: Re: about deleting subroutine

2005-11-21 Thread Jennifer Garner
hi,Randys, Bug #37128: undefing *foo{CODE} does not fully work http://rt.perl.org/rt3/Ticket/Display.html?id=37128 When I try to access that url,it require me to be verified by username and passwd. So I can't access that url. On Mon, 21 Nov 2005 22:30:00 -0500, Randy W. Sims [EMAIL PROTECTED]

Re: about deleting subroutine

2005-11-21 Thread Randy W. Sims
Jennifer Garner wrote: hi,Randys, Bug #37128: undefing *foo{CODE} does not fully work http://rt.perl.org/rt3/Ticket/Display.html?id=37128 When I try to access that url,it require me to be verified by username and passwd. So I can't access that url. username: guest passwd: guest Randy. --