in reply to Line Commands In Perl
use Shell; &cp qw( tmp/* . ); &cat qw( tmp/* ); &rm qw( -rf tmp ); [download]