perl?
Ruby
code posted
by
laksd
created at 03 Jun 18:44, updated at 03 Jun 18:45
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!perl my $variables = { scalar => { description => "single item", sigil => '$', }, array => { description => "ordered list of items", sigil => '@', }, hash => { description => "key/value pairs", sigil => '%', }, }; |
246 Bytes in 3 ms with coderay