Help for this page
#!/usr/bin/perl use strict; ... $string =~ m/.+\/.+\/.+\/(.+)\/.+/; print $1;
$string =~m/.+\/.+\/.+\/.+\/(.+)\/.+/;