Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Why does this dump core?

by growlf (Pilgrim)
on Dec 11, 2001 at 13:54 UTC ( [id://130893]=note: print w/replies, xml ) Need Help??


in reply to Why does this dump core?

That is interesting, Ovid. ..and yes, it seems to do the same on my cygwin (though, notice they have updated the Cygwin-Perl significantly in the last several updates of Cygwin). Meanwhile, the following works fine:

use strict; my %allusers = ( 'users' => { 'user' => 'Test Account', '*Crudles' => 'Hello World', 'Crud' => 'Another Test', '*test' => 'Crud User' } ); foreach my $key (keys %allusers ) { delete $allusers {'users'}{$key} if '*' eq substr $key, 0, 1; }
I think you found a bug worth reporting to the cygwin team, as it does not appear anywhere in the docs there or elsewhere that I can find and appears enough obscure that no one probably noticed...

*G*

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://130893]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-16 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found