
richsark
User
May 4, 2009, 4:35 PM
Post #25 of 30
(3556 views)
|
|
Re: [richsark] need another set of eyes on my perl script
[In reply to]
|
Can't Post
|
|
Here is the debugging: $ perl -d fish3.pl Loading DB routines from perl5db.pl version 1.3 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(fish3.pl:6): open my $log, '>', 'log-external.txt' or die "Could not open log: $!"; I have this file created, I see it in the working directory Here is the contents of the log-external.txt: Subnet,Static,DHCP,Unused 10.0.0.0/8 ,37,0,217 146.149.0.0/16 ,0,0,0 161.16.0.0/16 ,0,0,0 161.56.0.0/16 ,0,0,0 162.2.0.0/16 ,0,0,0 162.5.0.0/16 ,0,0,1022 162.15.0.0/16 ,0,0,0 162.30.0.0/16 ,0,0,0 162.34.0.0/16 ,0,0,0 165.2.0.0/16 ,0,0,254 165.4.0.0/16 ,0,0,0
|