Yes, I am reasonably new to Perl, I am using Text::CSV::Slurp. The @ is used because $data is returned as a reference to an array of hashes, so:
@$data[0] -> {"data"}
Returns the first hash inside data, and points to the value associated with the key "data". *unless my understanding is wrong*
In reply to Re^3: uninitialized string variable
by jjw92
in thread uninitialized string variable
by jjw92
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |