Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        key0 => 'bar',
    };
    dump $data;
    
  2. or download this
    { key0 => "bar", key1 => "foo", key2 => 3 }