Help for this page

Select Code to Download


  1. or download this
    my @edits = @{ $timestamps{$page} } ;
    print Dumper @edits;
    ...
    $VAR5 = [
              '2013-05-30T19:07:17Z'
            ];
    
  2. or download this
    print join('|'), @$edits, "\n";
    Global symbol "$edits" requires explicit package name at ...