Help for this page

Select Code to Download


  1. or download this
    no warnings qw(uninitialized);
    
  2. or download this
    # so it's not undefined:
    $foo = 0 unless (defined $foo);