Skip to content

Instantly share code, notes, and snippets.

@kimmel
Created October 22, 2011 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmel/1306010 to your computer and use it in GitHub Desktop.
Save kimmel/1306010 to your computer and use it in GitHub Desktop.
Shell::Command example
#!/usr/bin/perl
use warnings;
use strict;
use Shell::Command;
my $name = 'newfile.pl';
rm_rf '*.tar.gz';
touch $name;
mkpath 'cars';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment