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