in reply to Re^2: Joining an array
in thread Joining an array
The first argument to the FETCH method is the object returned from bless. $_[0] is the first argument of a method, and ${EXPRESSION THAT RETURNS A SCALAR REFERENCE} is a way to dereference a scalar reference. So, you get back the $i.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Joining an array
by chessgui (Scribe) on Feb 12, 2012 at 11:17 UTC |