- or download this
15:57 >perl -MData::Dumper -wE "my %h = (a => 7, b => 13); $h{b} = 42;
+ print Dumper(\%h);"
$VAR1 = {
...
};
15:57 >
- or download this
$queue_changes{$event_id} = %type;
- or download this
$queue_changes{$event_id} = \%type;
- or download this
$event_id = int(rand(25000));