Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        use Data::Dump;
        dd $debug_path;
    }
    
  2. or download this
    Input  - plain text from OP  : /a/b/c/d
    Output - "c" & "d" are red   : /a/b/c/d
    Output - internals of string : "/a/b/\e[31mc\e[0m/\e[31md\e[0m"