Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hazeyb

  1. hazeyb

    If Else problem

    Thank you, changed the code to print "$acrLoopIP\n"; if ($acrLoopIP eq "") { $ACRip =$acrLoopIP; } else { $ACRblock = new2 Net::Netmask ($acrLoopIP); $ACRip = $ACRblock->base();} print "$Site, $ACRip\n"; Now produces the...
  2. hazeyb

    If Else problem

    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(); }...
  3. hazeyb

    Import file replace variables and export

    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...

Part and Inventory Search

Back
Top