Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: File Handle qwerk?

by chargrill (Parson)
on Apr 10, 2007 at 14:06 UTC ( #609149=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $memcmd=`/usr/sbin/prtconf | grep Memory`;
    
  2. or download this
    $memcmd="/usr/sbin/prtconf | grep Memory |";
    
  3. or download this
    @memcmd_output = `/usr/sbin/prtconf | grep Memory`;
    
  4. or download this
    for my $line( @memcmd_output ){
       # ... do your stuff on $line
    }
    
  5. or download this
    s**lil*;  $*=join'',sort split q**;  s;.*;grr; &&s+(.(.)).+$2$1+; $; =
    qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2023-06-05 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (24 votes). Check out past polls.

    Notices?