CPU: Perl, Fall 2005
Perl, Week 3: More Arrays, Context, Subroutines, Lexical Variables
#28
What Context Are They?
$foo = something;
Scalar context
@bar = something;
List context
($mine, $yours) = @cars;
continued...
« Previous
|
Index
|
Next »
Copyright © 2005 Ian Langworth