|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: This code snippet causes Perl to SEGVby FunkyMonk (Abbot) |
| on Aug 21, 2012 at 22:13 UTC ( #988891=note: print w/ replies, xml ) | Need Help?? |
|
Just to narrow the problem down a little, perl 5.10.1 also SEGVs, but 5.12.3 does not. The code runs fine on Ubuntu & perl 5.10.1 if you remove the pre-declared prototype (sub foo();). You don't need prototypes. They very probably don't do whatever it is you think they do. Update: This works for me on 5.10.1. Try it on your 5.10.0:
I've been doing a lot of Python recently. Semi-colons sure do look weird now :)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||