Hi,
I've attempted to use if, else in the following;
print "$acrLoopIP\n";
if ($acrLoopIP eq "") {
my $ACRip = $acrLoopIP;
} else {
$ACRblock = new2 Net::Netmask ($acrLoopIP);
my $ACRip = $ACRblock->base();
}...
Hi,
Hoping someone can help nudge me the right direction for this problem. I've got a script that parses some data from a csv file, and generates output files (1 for each row) based on this data. As written at the moment this works finr. However I'm tring to replace the many print lines...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.