Help for this page

Select Code to Download


  1. or download this
    die $syntax if ! defined (my $x = shift);
    
  2. or download this
    defined(my $x = shift) or die $syntax;