Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    say getcwd();
    chdir 'c:/repos' or die $!;
    say getcwd();
    
  2. or download this
    c:\>berrybrew exec perl chdir.pl
    
    ...
    ==============
    c:/
    c:/repos