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

Shell::Command - Cross-platform functions emulating common shell commands

SYNOPSIS

  use Shell::Command;

  mv $old_file, $new_file;
  cp $old_file, $new_file;
  touch @files;

DESCRIPTION

Thin wrapper around ExtUtils::Command.