Help for this page
#!/usr/bin/perl use warnings; ... } __END__
#!/usr/bin/perl use warnings; ... ++$count; print "$count\n"; }