Help for this page

Select Code to Download


  1. or download this
    use v5.40;             # strict, warnings, many features
    use Moo;               # lightweight object system
    ...
        $log->error($e);
      }
    }
    
  2. or download this
    sub foo {
        my $x= <<~END
        <-This is the start of the line
        END
    }