On Fri, Jul 18, 2008 at 12:00 AM, Richard Lee <[EMAIL PROTECTED]> wrote:
> is there way to do this in one step?
>
>  push @array, ($direction, $source);
>
>            push @hh, [EMAIL PROTECTED]
>
>
> push @hh \($direction,$source) doesn't seem to work.. or not the samething
>

push @hh, [$direction, $source];


-- 
Regards,
Jeff. - [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to