I have :
pdl> p $c
[1 3 4 5]

then this what I want, except :

pdl> p $c->dummy(0,3)

[
 [1 1 1]
 [3 3 3]
 [4 4 4]
 [5 5 5]
]

I want the new columns to be ZERO, how can I do that..
thanks
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to