Help for this page

Select Code to Download


  1. or download this
    my $path_data = $cwd."\\data";
    chdir($path_data)
    
  2. or download this
    my $path_data = "data";
    chdir($path_data)