Randy Kobes > ExtUtils-Command-1.16 > Shell::Command

Download:
ExtUtils-Command-1.16.tar.gz

Dependencies

Annotate this POD (1)

Website

View/Report Bugs

Module Version: 0.04   Source  

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. See ExtUtils::Command for a description of available commands.

AUTHOR ^

Michael G Schwern schwern@pobox.com.

Currently maintained by Randy Kobes r.kobes@uwinnipeg.ca.