NAME
BeamerReveal::IPC::Run - IPC::Run
VERSION
version 20251224.1500
SYNOPSIS
helper package to encapsulate calls to IPC::Run::run(). Do not use directly.
METHODS
run()
BeamerReveal::IPC::Run::run( $cmd, $coreId, $indent, $dir )
Runs a command and collects stdout and stderror (which are discarded).
- .
$cmd -
reference to array containing the command and its arguments
- .
$coreId -
number of the thread the command wil run in
- .
$indent -
indent level for error messages
- .
$dir -
directory to run the command from
AUTHOR
Walter Daems <wdaems@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2025 by Walter Daems.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
CONTRIBUTOR
Paul Levrie