Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Using the read function...

by basicdez (Pilgrim)
on Oct 08, 2001 at 20:14 UTC ( [id://117487]=perlquestion: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://117487]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 07:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found