Help for this page

Select Code to Download


  1. or download this
    0.foo.bar = 0foobar
    0.foo.baz = 0foobaz
    ...
            foo => '1foo'
        }
    ]
    
  2. or download this
    >.foo.bar = 0foobar
    <.foo.baz = 0foobaz
    >.foo     = 1foo
    
  3. or download this
    use strict;
    use warnings;
    ...
    <.interests.>   = cars
    
    # test.error = blah
    
  4. or download this
    $VAR1 = {
              '2.interests' => 1,
    ...
                'name' => undef
              }
            ];