Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Certainly learning

by monk2b (Pilgrim)
on Oct 11, 2000 at 04:02 UTC ( [id://36167]=note: print w/replies, xml ) Need Help??


in reply to Certainly learning

Thanks

Replies are listed 'Best First'.
RE: Re: Certainly learning
by redcloud (Parson) on Oct 11, 2000 at 04:05 UTC
    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://36167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-29 01:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found