- or download this
use warnings;
use strict;
...
{ x => "Hello\n", y => "World!\n" }
{ "x\n" => "Hello", "y\n" => "World!" }
- or download this
(@foo,@bar,&SomeSub,%glarch)
- or download this
use warnings;
use strict;
...
__END__
["y", "World!", "x", "Hello"]