Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Heavy calculations
    42
    42
    
  2. or download this
    use strict;
    use warnings;
    ...
    Heavy calculations
    42
    42
    
  3. or download this
    {
      local $_cached = undef;
    ...
      local @ARGV = (5);
      say somefunc();
    }