Help for this page

Select Code to Download


  1. or download this
    print "CWD:$cwd";
    my $path_data = $cwd."\\data";//Also want to make the concat in-casese
    +nsitive
    chdir($path_data) or die "Cant chdir to $path_data $!";
    $cwd = getcwd();
    print "\nCWD:$cwd"; #//same directory as above gets printed