Re: new topic same subject

2012-05-28 Thread Uri Guttman
please always put a proper subject in your emails. i can't help with excel stuff but i can't know to skip this email because the subject didn't say that. thanx, uri -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.

new topic same subject

2012-05-28 Thread Ken Furff
I am writing a script to pull data from a spreadsheet and use it in an array. the code looks like this: @{$sheet->{Cells}[$row]}; my @indexes = (2 .. (2+4-1)); my @dcells = @{$sheet->{Cells}[$row]}[@indexes]; open FILE, ">>feckyou.txt";