Marija Silajev wrote:
> 
> Hi,

Hello,

> What I am trying to do is just to understand better why do I get an
> error message.
> Actually I use Net::Netmask module, and there I simply just do as the
> README file says.
> 
> $block =new Net::Netmask ($network_block);
> 
> $table = {};
> 
> $block -> storeNetblock([$table]);

The actual example from the Net::Netmask manpage is:

$block->storeNetblock($table)

The function is expecting a scalar but you are passing an anonymous
array reference.




John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to