Help for this page

Select Code to Download


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