On Sun, Jun 20, 2010 at 12:03 PM, Daniel Carrera <[email protected]> wrote: > $a = sequence 10; > $b = ones(4)->dummy * $a;
Works. perldl> p $a [0 1 2 3 4] perldl> $b = ones(4)->dummy * $a perldl> p $b [ [0 1 2 3 4] [0 1 2 3 4] [0 1 2 3 4] [0 1 2 3 4] ] > $c = ones(4)->dummy * $b; does not work perldl> p $c [ [0 1 2 3 4] [0 1 2 3 4] [0 1 2 3 4] [0 1 2 3 4] ] strange. It should have worked just like it did for $a > > Cheers, > Daniel. > -- > No trees were killed in the generation of this message. A large number > of electrons were, however, severely inconvenienced. > -- Puneet Kishor http://www.punkish.org Carbon Model http://carbonmodel.org Charter Member, Open Source Geospatial Foundation http://www.osgeo.org Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor Nelson Institute, UW-Madison http://www.nelson.wisc.edu ----------------------------------------------------------------------- Assertions are politics; backing up assertions with evidence is science ======================================================================= _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
