![]() |
|
Think about Loose Coupling | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Yes
@something = ... ; or (...) = ... ; Are "list assignments". The RHS (right hand side) is in list context and the resulting list will be unpacked into the LHS.
Cheers Rolf In reply to Re^5: Learning Programming, desperately need to know what information is contained in scalar variables
by LanX
|
|