Help for this page

Select Code to Download


  1. or download this
    In scriptA.pl, fill hash with all parameters from query string,
       using $q->url_param (and not $q->param)
    Do something with the hash entries
    Construct a new query string from the hash entries
    Generate a link to scriptB.pl?<new query string>