The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
  • forfile globpattern command

    Comparable to the sh-for command:

    for i in globpattern; do command $i; done

    The current filename will be assigned to $_

    Examples:

    forfile *.zip unzip $_

1 POD Error

The following errors were encountered while parsing the POD:

Around line 3:

'=item' outside of any '=over'

=over without closing =back