Readonly my $foo = 'bar'; Readonly my @baz = (qw/glug argh/); #### Readonly my $foo => 'bar'; Readonly my @baz => (qw/glug argh/);