Help for this page

Select Code to Download


  1. or download this
    my $file = shift || 'foo.html';
  2. or download this
    my $arg = shift;
    my $file;
    ...
    } else {
        $file = 'foo.html';
    }