App-part
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
- **--verbose** - output the generated filenames
In normal operation, the program will be silent. If you
need to know the generated filenames, the `--verbose`
option will output them.
- **--filename-sep** - set the separator for the filenames
If you prefer a different separator for the filenames
than a newline, this option allows you to set it. If
the separator looks like an octal number (three digits)
it is interpreted as such. Otherwise it will
be taken literally. A common
use is to set the separator to `000` to separate the
files by the zero character if you suspect that your
filenames might contain newlines.
It defaults to `012`, a newline.
- **--version** - output version information
bin/part.pl view on Meta::CPAN
=item B<--verbose> - output the generated filenames
In normal operation, the program will be silent. If you
need to know the generated filenames, the C<--verbose>
option will output them.
=item B<--filename-sep> - set the separator for the filenames
If you prefer a different separator for the filenames
than a newline, this option allows you to set it. If
the separator looks like an octal number (three digits)
it is interpreted as such. Otherwise it will
be taken literally. A common
use is to set the separator to C<000> to separate the
files by the zero character if you suspect that your
filenames might contain newlines.
It defaults to C<012>, a newline.
=item B<--version> - output version information
( run in 0.435 second using v1.01-cache-2.11-cpan-64827b87656 )