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

Changes for version 0.001005 - 2014-02-19

  • Constructor now accepts a list as well as a hashref
  • New method added: run_command, allows multiple instances of D::C in the same script. Accepts the action as an argument and returns the exit code the user should exit with.
  • do_foreground added to allow running the code ref or program w/o forking
  • DC_FOREGROUND env will force foreground, regardless of compile-time settings
  • foreground added to constructor -- shortcut to fork => 0, quiet => 1
  • Calling the script without an argument results in the syntax being displayed
  • Stray exit removed for run_command
  • Updated documentation

Modules

Create init scripts in Perl