Help for this page

Select Code to Download


  1. or download this
    kurt@central:~> perl -e 'chop foo'
    Segmentation fault
    
  2. or download this
    [xxxxx: ~] perl -e 'chop foo'
    Modification of a read-only value attempted.
    Segmentation Fault (core dumped)
    
  3. or download this
    [xxxxx: ~] perl -e 'chop foo'
    Segmentation fault (core dumped)
    
  4. or download this
    yyyy@xxxx:¨> perl -e 'chop foo'
    Modification of a read-only value attempted.
    Bus error(coredump)