Help for this page

Select Code to Download


  1. or download this
    if ( defined $foo and $foo ne "bar")
    
  2. or download this
    # depending on context
    my $foo = whatever() || ''; 
    my $foo = whatever() || 0;