Help for this page

Select Code to Download


  1. or download this
    perl -e 'END{$?=1}' && echo foo    # prints nothing
    perl -e 'END{$?=0}' && echo foo    # prints "foo"