- or download this
BEGIN { *! = 1; open my $fd, 'nonexistent'; print "$!\n"; }
Use of uninitialized value in concatenation (.) or string at - line 1.
- or download this
BEGIN { *@=1; eval '1' }
Segmentation fault
- or download this
BEGIN { *@=1; die 'kk' }
Segmentation fault