Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: This does not look like start end

by karlgoethebier (Abbot)
on Apr 10, 2018 at 18:40 UTC ( [id://1212648]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    grep {
        croak "This doesn't look like start-end\n" unless /(.*)-(.*)/;
        push @a, $1;
        push @b, $2;
    } @cidr;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found