Help for this page
#! perl use warnings; # Always use this, it will help you enormously. ... my ($Pdir, $Sdir) = $path =~ m!(.+)Anand\\toipcs(.+)!; print "Pdir = '$Pdir' and Sdir = '$Sdir'\n";
c:\test>207011 Pdir = '\default\main\' and Sdir = '\Tutorials\internet' c:\test>