in reply to Net::Netmask not working with scalar variable
to make sure perl doesn't think that $ff: (for instance) is an entry into the symbol table instead of what you intend.my $fk = "$ff" . ':255.255.255.0';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::Netmask not working with scalar variable
by Anonymous Monk on Oct 10, 2010 at 19:31 UTC | |
|
Re^2: Net::Netmask not working with scalar variable
by sagarkha (Acolyte) on Oct 12, 2010 at 00:58 UTC |