Help for this page

Select Code to Download


  1. or download this
    [jonathan@orpheus perl-current]$ ./perl -e'BEGIN { *@=1; }'
    Segmentation fault (core dumped)
    [jonathan@orpheus perl-current]$ ./perl -e'BEGIN { *@=1; eval '' }'
    [jonathan@orpheus perl-current]$