[% META navpre = '../../' %]
This is the homepage for the Perl Power
Tools implementation of the standard [% command %]
command.
[% IF contrib %]
Current Perl implementations are:
[% FOREACH c = contrib %]
- Here is a version
[% IF c.manpage %]
and its manpage
[% END %]
by
[% IF c.url %]
[% c.author %]
[% ELSIF c.email %]
[% c.author %]
[% ELSE %]
[% c.author %]
[% END %]
([% c.date %]).
[% IF c.support %]
Supporting files:
[% FOREACH file = c.support.split %]
[% file %]
[%- loop.last ? '.' : ',' %]
[% END %]
[% END %]
[% END %]
[% ELSE %]
No implementations available.
[% END %]
Baseline documentation:
[% IF v7 %]
-
Version 7
[% END %]
-
BSD
(with POSIX.2 info, if relevant)