Help for this page

Select Code to Download


  1. or download this
    $input //= 1;  # default if undefined
    
  2. or download this
    $input = 1 unless defined $input;