Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
  2. or download this
    no warnings 'uninitialized';
    
  3. or download this
    if(defined $var && $var eq "jo")
    
  4. or download this
    if($var eq "jo")