Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/env perl       
    ...
    splice @eventrecords, $index, 0, @recordcount;
    print Dumper \@eventrecords;
    
  2. or download this
    $VAR1 = [
        {
    ...
        {
        'line' => 3
          ];
    
  3. or download this
    $VAR1 = [
        {
    ...
            'line' => 3
        },
        ];