in reply to Re: Using optional table option in Net::Netmask
in thread Using optional table option in Net::Netmask
I ran Data::Dumper on both the $b and $acl_block values.
($b) = $VAR1 = '10.10.10.248#0.0.0.7'; (4acl_block) = $VAR1 = bless( { 'IBASE' => 168430328, 'BITS' => 29 }, 'Net::Netmask' ); Pseudo-hashes are deprecated at /usr/apps/ucm/perl_mod/lib/perl5/site_ +perl/5.8.8/Net/Netmask.pm line 265, <INFILE1> line 17. Pseudo-hashes are deprecated at /usr/apps/ucm/perl_mod/lib/perl5/site_ +perl/5.8.8/Net/Netmask.pm line 265, <INFILE1> line 17. No such pseudo-hash field "168430328" at /usr/apps/ucm/perl_mod/lib/pe +rl5/site_perl/5.8.8/Net/Netmask.pm line 265, <INFILE1> line 17.
It looks like both values are being interpreted correctly but I'm still seeing the same issue. Thanks......
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using optional table option in Net::Netmask
by mrstlee (Beadle) on Oct 22, 2011 at 13:01 UTC | |
by cummiro (Initiate) on Oct 25, 2011 at 15:15 UTC |