in reply to Re: break out my foreach loop
in thread break out my foreach loop

Thanks lidden, it works as intended. Is there a way to remove the error line from the die() msg?

ERROR: IP not range: at /home/skippy/ip2log.pl line 177.

Thanks for the heads up

Replies are listed 'Best First'.
Re^3: break out my foreach loop
by james2vegas (Chaplain) on Sep 02, 2012 at 06:54 UTC
    die "Some message\n";

      Thank you :)

      -hmb