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

Re: This does not look like start end -- perldiag

by Discipulus (Canon)
on Apr 10, 2018 at 08:40 UTC ( [id://1212633]=note: print w/replies, xml ) Need Help??


in reply to This does not look like start end

> Perl is killing it with message "This does not look like start-end"..

I bet is not perl emitting this message; it comes or from your own script or by some module you use. Infact all messages emitted by perl itself are in perldiag and nothing similar to what you received is there.

L*

PS meh! since you provided some more info I won the bet: look here

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

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Replies are listed 'Best First'.
Re^2: This does not look like start end -- perldiag
by Anonymous Monk on Apr 10, 2018 at 08:48 UTC
    Yeah, thank you, you are right. The problem is in source file with subnet information, validation check solved the issue.

Log In?
Username:
Password:

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

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

    No recent polls found