Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Parse variables from @output

by roboticus (Chancellor)
on Nov 14, 2019 at 20:55 UTC ( [id://11108700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat fluffy.pl
    use strict;
    ...
    else {
        print "*** no match! ***\n";
    }
    
  2. or download this
    $ perl fluffy.pl
    Words:  2='is', 4='time', 1='Now'
    
  3. or download this
    use strict;
    use warnings;
    ...
       "and pasted from a screen capture that I want to\n",
       "process.\n",
    );
    
  4. or download this
    print "Chassis: <$details{'Chassis'}>\n";
    print "Main Memory: <$details{'Main Memory'}>\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found