in reply to (tye)Re: Array of hashes of arrays
in thread Array of hashes of arrays
Everything in perl up till now has been to prefix for context. If you want a scalar, you start with a '$', if you want an array you use an '@' and so on.
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|