Help for this page

Select Code to Download


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