CPU: Perl, Fall 2005 Perl, Week 3: More Arrays, Context, Subroutines, Lexical Variables #30

Other Scalar Contexts

$bar = foo;
$animals[2] = foo;
$animals[foo] = foo;
foo + 84;
if ( foo ) { ... }
while ( foo ) { ... }
Copyright © 2005 Ian Langworth