What is @$ doing in front of sets? I keep thinking that it is some kind of hash, but it is probably wrong.my ($sets) = IO::Select->select($socket_set, undef, undef, 0); ... foreach (@$sets) { $buf = <$_>; if($buf) { if($buf =~ "^VIEWLOG") { ...
In reply to @$ variable type by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |