Help for this page

Select Code to Download


  1. or download this
    $ ./perlAnalyzeDailyStats.pl
    syntax error at ./perlAnalyzeDailyStats.pl line 29, near "@array("
    Execution of ./perlAnalyzeDailyStats.pl aborted due to compilation err
    +ors.
    
  2. or download this
      1 #!/usr/bin/perl
      2 
    ...
     29         print "difference is " . @array($counter) - @array($counte
    +r - 1);
     30         }
     31