Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RE: Re: Certainly learning

by redcloud (Parson)
on Oct 11, 2000 at 04:05 UTC ( [id://36168]=note: print w/replies, xml ) Need Help??


in reply to Re: Certainly learning
in thread Certainly learning

More like:
open(BLAH_HANDLE, blah_file) or die blah blah blah; while(<BLAH_HANDLE>) { my $device_id = $_; system "blah blah blah $device_id"; } close(BLAH_HANDLE);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found