Help for this page

Select Code to Download


  1. or download this
    -p      causes Perl to assume the following loop around your
            program, which makes it iterate over filename arguments
    ...
    } continue {
        print or die "-p destination: $!\n";
    }