http://qs321.pair.com?node_id=917360


in reply to perl error

In the line in question, you are dealing with one element of the array, which is a scalar, so you use $ not @. To demonstrate with a simpler example, @a is an array. $a[0] is the first element in the array.


-pete
"Worry is like a rocking chair. It gives you something to do, but it doesn't get you anywhere."