perl?

C code posted by laksd
created at 03 Jun 18:43

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 2 ms with coderay