Help for this page

Select Code to Download


  1. or download this
    # simple html pager class
    
    ...
    
    use strict;
    use warnings;
    
  2. or download this
    # new
    sub new
    ...
    }
    
    1;
    
  3. or download this
    
    // simple html pager class
    ...
    
    public class Pager
    {
    
  4. or download this
    private int _cnt;
    public int start;
    ...
        return p;
        }
    }