Help for this page

Select Code to Download


  1. or download this
    if ($type eq 'A'){
        if ($state eq 'GA'){
    ...
             $form{source} = 'files/blanks/state/TX/B/contract.pdf';
        }
    }
    
  2. or download this
    $form{source} = "files/blanks/state/$state/$type/contract.pdf";