App-ppll

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    "ppll". Does *not* run anything, to do that use call.

   NAMED ARGUMENTS
    "argv"
        An array ref to use instead of @ARGV.

  stop
AUTHOR
    Theo -q Willows, "<theo@willows.se>"

BUGS AND LIMITATIONS
    Please report any bugs or feature requests through the web interface at
    <https://gitlab.com/munkei-software/ppll/issues>.

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc ppll

    Or:

bin/ppll  view on Meta::CPAN

moreutils contains a C<parallel> tool similar yet different to GNU Parallel.

It also has a separate tool for adding timestamps to output.

=back

=head1 AUTHOR

Theo -q Willows, C<< <theo@willows.se> >>

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests through the web interface at
L<https://gitlab.com/munkei-software/ppll/issues>.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc ppll

lib/App/ppll.pm  view on Meta::CPAN

  return $ENV{COLUMNS}
    if $ENV{COLUMNS};

  return ( GetTerminalSize() )[0] // $WIDTH;
}

=head1 AUTHOR

Theo -q Willows, C<< <theo@willows.se> >>

=head1 BUGS AND LIMITATIONS

Please report any bugs or feature requests through the web interface at
L<https://gitlab.com/munkei-software/ppll/issues>.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc ppll



( run in 0.485 second using v1.01-cache-2.11-cpan-4d50c553e7e )