bigup401: Further to poj's reply: Also note that if $data were an array reference, $data and \@$data would be exactly the same thing:
c:\@Work\Perl\monks>perl -wMstrict -le "my @ra = (1, 2, 3); my $ar = \@ra; my $ref_deref_ref = \@$ar; print qq{$ar $ref_deref_ref}; ;; $ar == $ref_deref_ref or die 'not same'; " ARRAY(0x145ff0) ARRAY(0x145ff0)
Give a man a fish: <%-{-{-{-<
In reply to Re: sql join with multiple select
by AnomalousMonk
in thread sql join with multiple select
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |