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

NAME

PBS::Shell -

SYNOPSIS

  use PBS::Shell ;
  
  RunShellCommands
	(
	"ls",
	"echo hi",
	"generate an exception"
	) ;

DESCRIPTION

PBS::Shell allows you to build a local shell object or to run commands in a local shell.

EXPORT

RunShellCommands

AUTHOR

Khemir Nadim ibn Hamouda. nadim@khemir.net

SEE ALSO

PBS reference manual.