Help for this page

Select Code to Download


  1. or download this
    sub build_url
     {
      my ($account ,$transaction, $location) = @_;
      ....
    
  2. or download this
    sub build_url
     {
      my ($account ,$transaction, $location, $fname, $lname) = @_;
      ....
    
  3. or download this
    sub build_url
     {
      my ($account ,$transaction, $location, $fname, $lname) = @_;
      ....