Help for this page

Select Code to Download


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