Help for this page

Select Code to Download


  1. or download this
       (my $timestamp, my $page, my $moredata) = split('\|',$line);
    
  2. or download this
       @$page = (0,0,0,0) if ($$page[3] eq '');
    
  3. or download this
       $maxCount{'$page'}++;
    
  4. or download this
    foreach my $line (@data) {
        (my $timestamp, my $page, my $moredata) = split('\|',$line);
    ...
        $wAry .= "$counters[1],";
        $mAry .= "$counters[2],";
    }