- or download this
$val = (EXPRESSION);
- or download this
$val = EXPRESSION;
- or download this
scalar ARGS;
- or download this
scalar(ARGS);
- or download this
$rec[0]{kids}
- or download this
$rec[0]->{kids}
- or download this
${$aref}[0]{kids}[0]{first_name}
- or download this
$aref->[0]->{kids}->[0]->{first_name}