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

Re: open(), ipc and some problems

by mda2 (Hermit)
on May 11, 2005 at 16:54 UTC ( [id://456078]=note: print w/replies, xml ) Need Help??


in reply to open(), ipc and some problems

I don't understood your "ipconfig bla1", but suposese a simple argument...

open(STATUS, "ipconfig /all |"); while (<STATUS>) { print $_ if ( /Physical/ ); } close(STATUS); __END__ Physical. . . . : xx-xx-xx ...

If only needs to execute ipconfig with parameters its correct. If need other interacts maybe needs try other open forms.

--
Marco Antonio
Rio-PM

Replies are listed 'Best First'.
Re^2: open(), ipc and some problems
by avaurus (Initiate) on May 12, 2005 at 07:15 UTC
    hi, ipconfig bla1 was just an example :)...of course "bla1" does not exist. Thank you.

Log In?
Username:
Password:

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

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

    No recent polls found