> pdl> $pdl = PDL->zeroes( PDL->byte(0)->type, 3,4)
Yes, it works. Many thanks.
Btw, I still do this
{
local $SIG{__DIE__} = undef;
require PDL::Lite;
require PDL::Char;
require PDL::IO::FastRaw;
require PDL::IO::FlexRaw;
};
to silence
Can't locate PDL::Core in @INC (@INC contains: .. many paths ..) at (eval
42) line 1.
Adding "require PDL::Core;" makes no difference. But its ok,
modules work when loaded this way, just wondering.
Niels
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl