Help for this page

Select Code to Download


  1. or download this
    sub get_next_page{
      
    ...
      return $page;
      
    }
    
  2. or download this
    if ($href){
        # test for a sid in the query fragment
    ...
        # save it if it is there
        push @sids, $q{sid} if exists $q{sid};
    }