Help for this page

Select Code to Download


  1. or download this
    if ($folder_path =~ /^$sourcedir/) {
      $folder_path = File::Spec->catdir('Eitv9',substr($folder_path, lengt
    +h $source_dir));
    }
    
  2. or download this
    $folder_path =~ s/^\Q$sourcedir/Eitv9/;