Help for this page

Select Code to Download


  1. or download this
     "DESTINATION" "localhost" 
    "HDR"
    "R-ITEC" "" "ITDEC"
    ...
    "PENDING" 08/29/01 18864
    "EOS"
    "EOS"
    
  2. or download this
    $Destination  = "localhost"
    $Program_Type = "R-ITEC"
    ...
    $Decision     = "PENDING"
    $Date_Applied = "08/29/01"
    $Appl_Number  = "18864"
    
  3. or download this
    while(<$cliendft>)
     {
      last if /^EOS$/;
     }
    close ($clientfd);