Help for this page

Select Code to Download


  1. or download this
    ( /abc/def/ghi, /abc/def, /abc )
    
  2. or download this
    ( /abc, /abc/def, /abc/def/ghi )
    
  3. or download this
    my $path = "/abc/def/ghi";
    my @segments = ($path =~ m'^(/[^/]+  (/[^/]+  (/[^/]+)?  )?  )'x);