in reply to Re: identifying dns zone filename
in thread identifying dns zone filename
Yes that will print the filename, however now I do not get the line number? I need both. I also tried
foreach $filename (@files) { $rr = Net::DNS::ZoneFile::Fast::parse( file=>$filename, on_error => sub {print "Error in $filename on line: $ln\n";} ); }
but that didn't work
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: identifying dns zone filename
by keszler (Priest) on Oct 23, 2009 at 12:54 UTC | |
by papai (Novice) on Oct 23, 2009 at 14:29 UTC |