in reply to Re: perl 5 interpreter crashes
in thread perl 5 interpreter crashes

I do not think that is the issue. I chose $0 so that the code would be simple to read. If I replace the line that says "parser $_;" with "parser($_);" then it runs fine (Prints "Hello, world" 16 times). But I assume the interpreter should not crash...

Replies are listed 'Best First'.
Re^3: perl 5 interpreter crashes
by LanX (Saint) on Aug 26, 2018 at 21:07 UTC
    > I do not think that is the issue

    Do you think or did you try another variable?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

      I should of been more clear-- If you try another string other than $0, it still core dumps.
        Ugh ...thanks... That's a serious bug.

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery FootballPerl is like chess, only without the dice