Help for this page

Select Code to Download


  1. or download this
    my $var_val;
    if(defined($var_val)){
    ...
      print "undefined":
    }
    
  2. or download this
    my $var_val = 'something';