$_ = 42; while() { print "Inside loop: \$_ = [$_]"; } print "Outside loop: \$_ = [$_]\n";