1234
my $string = "/opt/pmg/ptt/book1_test";my ($path, $name) = ($string =~ m~^(.+/book)(.*)$~);print $path; # /opt/pmg/ptt/bookprint $name; # 1_test