Help for this page
Select Code to Download
Select
or
download this
while (<>) {
Select
or
download this
while (defined($_ = <>)) {
Select
or
download this
if (/foo/) {
Select
or
download this
if ($_ =~ /foo/) {