Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: unpacking wmic command's unicode output

by ikegami (Patriarch)
on Nov 12, 2008 at 19:10 UTC ( [id://723264]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $searchfor = $#ARGV ? join(' ',@ARGV) : die("I need a process to lo
    +ok for.");
    
  2. or download this
    my $searchfor = $#ARGV >= 0 ? join(' ',@ARGV) : die("I need a process 
    +to look for.");
    
  3. or download this
    my $searchfor = @ARGV ? join(' ',@ARGV) : die("I need a process to loo
    +k for.");
    
  4. or download this
    @ARGV or die("I need a process to look for.");
    my $searchfor = join(' ',@ARGV);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found