Help for this page

Select Code to Download


  1. or download this
    if (
      condition1 or
    ...
    {
      # do something else
    }
    
  2. or download this
    open(
      my $fh,
      '<',
      'text.txt',
    ) or die "died";