in reply to <> and $hash_ref->{key} construct
just like unbalanced (), or {}1 2 3 | | | <$result->{fh}> \--------^
If you were to change it toD:\>perl -e"<>>" syntax error at -e line 1, at EOF Execution of -e aborted due to compilation errors. D:\>perl -e"())" syntax error at -e line 1, next char ) Execution of -e aborted due to compilation errors. D:\>perl -e"{}}" Unmatched right curly bracket at -e line 1, at end of line syntax error at -e line 1, near "}}" Execution of -e aborted due to compilation errors.
it would be equivalent of glob , not readline<$$result{fh}>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: <> and $hash_ref->{key} construct
by Gangabass (Vicar) on Jan 29, 2009 at 05:17 UTC |