Help for this page

Select Code to Download


  1. or download this
    use POSIX 'ceil';
    my $url       = "http://...";
    ...
    
    print qq(<a href="$url?page=$_">$_</a><br>\n)
        for 1 .. $num_pages;