Wednesday, September 26, 2012

How do you execute cross-platform functions emulating common shell commands in Perl?

#!/usr/bin/perl -w

use Shell::Command;

date;
ls -lrt;

No comments :