I need to do some special case error checking.
In Perl 5.8 I can use the following to cause the perl executable to crash perl -e"$x = 'x' x 1e11" (Thanks BrowserUK).
I need to force a crash of a 5.6 perl executable, however, the above command doesn't seem to do it.
Anyone have a command that will cause a 5.6 perl executable to crash? Not the script to fail, but the actual perl executable