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