in reply to sql join with multiple select

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:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^2: sql join with multiple select
by bigup401 (Pilgrim) on Oct 04, 2018 at 08:03 UTC

    i dont meet any error in my script. it was just typing error. bt i have corrected it on my reply. the error i have is adding more column to be printed