Help for this page
Select Code to Download
Select
or
download this
$ perl -wle 'my @a = 2; print @a' 2 ... 2 $ perl -wle 'my @a = 2+2; print @a' 4