p4raw-id: //depot/perl@33402
C<qr//>) matched against the end of the $filename. The matching
portion is removed and becomes the $suffix.
- # On Unix returns ("baz", "/foo/bar", ".txt")
+ # On Unix returns ("baz", "/foo/bar/", ".txt")
fileparse("/foo/bar/baz.txt", qr/\.[^.]*/);
If type is non-Unix (see C<fileparse_set_fstype()>) then the pattern