Help for this page

Select Code to Download


  1. or download this
    $file_path =~ s#^$path##;
    
  2. or download this
    eval "$file_path =~ tr/$path//";
    
  3. or download this
    ($file_path) = split /$path/, $file_path, 1;