Help for this page
Select Code to Download
Select
or
download this
sub f { @foo = ( 1, 2 ); ... foreach ( f() ) { print @{$_}; }
Select
or
download this
sub f { @foo = ( 1, 2 ); ... foreach ( f() ) { print @{$_}; }