bduggan has asked for the wisdom of the Perl Monks concerning the following question:
Just wondering if this is a known issue (it bit me when I accidentally imported zip() and already had a method of the same name).perl -MList::MoreUtils=zip -e '(bless {})->zip' Segmentation fault (core dumped)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: List::MoreUtils seg fault
by GrandFather (Saint) on Jan 16, 2008 at 23:31 UTC | |
by tye (Sage) on Jan 16, 2008 at 23:45 UTC |