Help for this page

Select Code to Download


  1. or download this
    # split the "id=xxx" part of the view URL
    @query = split /=/, $ENV{'QUERY_STRING'};
    $uid = $query[1];
    
  2. or download this
    <a href="http://www.webpage.com/script.pl?uid=4">Link name</a>