- or download this
use Shell qw( perl );
...
use Shell qw( del );
use Shell qw( cd );
- or download this
use Shell qw( perl dir copy del cd );
- or download this
use Shell qw( perl );
...
BEGIN { Shell->import( qw( del ) ); }
BEGIN { Shell->import( qw( cd ) ); }