Help for this page
Readonly my $foo = 'bar'; Readonly my @baz = (qw/glug argh/);
Readonly my $foo => 'bar'; Readonly my @baz => (qw/glug argh/);