Help for this page

Select Code to Download


  1. or download this
    my $variable = $some_unknown_input || 'default';
    my $foo = (defined $input ? $input : '');