Help for this page

Select Code to Download


  1. or download this
    unless(param('start')){ $start = 1 }
    
  2. or download this
    for(@array){
        $c++; # count all items
    ...
                }
            }
        }
    
  3. or download this
    $previous = ($start-$show);
    unless($previous < 1){ # unless we're already at the beginning
    ...
        print qq~<a href="$url?start=$next&show=$show">
        Next $show</a>~;
        }