Help for this page

Select Code to Download


  1. or download this
    
    2;0 juerd@ouranos:~$ perl -e'undef christmas'
    Segmentation fault
    2;139 juerd@ouranos:~$
    
  2. or download this
    [gellyfish@orpheus gellyfish]$ perl5.7.2 -e'undef christmas'
    Can't modify constant item in undef operator at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.