Help for this page

Select Code to Download


  1. or download this
    $ perl -c -e 'BEGIN { print "$^C\n" }'
    1
    ...
    $ perl -e 'BEGIN { print "$^C\n" }'
    0
    $