Help for this page
use Fcntl qw(O_CREAT O_EXCL O_WRONLY); my $i; ... last; } }
my $i; while(1) { ... last; } }