in reply to Re: (Golf) Segfault Perl
in thread (Golf) Segfault Perl

kill 11,0 is shorter.

You could cut down one more character by making it kill 7,0 (a bus error), but that signal number is not as portable to other architectures as 11 (segfault).