Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: what is @$varname in perl

by redbull2012 (Sexton)
on Jul 03, 2014 at 10:12 UTC ( [id://1092135]=note: print w/replies, xml ) Need Help??


in reply to Re: what is @$varname in perl
in thread what is @$varname in perl

@$row is a short way of saying:

my @arr = split(/,/, $line ); my $row = \@arr;
Regards,

Replies are listed 'Best First'.
Re^3: what is @$varname in perl
by 2teez (Vicar) on Jul 03, 2014 at 10:21 UTC

    Please could your answer be directed to the OP not me. Thanks

    If you tell me, I'll forget.
    If you show me, I'll remember.
    if you involve me, I'll understand.
    --- Author unknown to me

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1092135]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 12:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found