Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    print "</table>";
    
  2. or download this
    Click on a header to sort.
    ID Info Graphics Friendly Techno Entertain Average Hits 
    ...
    Software error:
    Modification of a read-only value attempted at line 50. 
    For help, please send mail to the webmaster (support@aplus.net), givin
    +g this error message and the time and date of the error.
    
  3. or download this
    if($sort eq "id" ){ @all_hashes = sort { $a->{ID} <=> $b->{ID} } @all_hashes;}