Help for this page

Select Code to Download


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