Help for this page

Select Code to Download


  1. or download this
    exit "Sorry, name can't be empty"
      if $name eq ''
    ;
    
  2. or download this
    perl -e 'exit "foo"'; echo $?