Re: File::Basename fileparse adding current path

2001-12-19 Thread Michael Fowler
On Thu, Dec 13, 2001 at 06:13:05PM -0500, Thomas A. Lowery wrote: [snip] > "You are guaranteed that if you concatenate path, name, > and suffix together in that order, the result will > denote the same file as the input file specification." [snip] >

File::Basename fileparse adding current path

2001-12-13 Thread Thomas A . Lowery
Hello All, Working on a "load" type function for sql files. This is a quote from perldoc File::Basename "You are guaranteed that if you concatenate path, name, and suffix together in that order, the result will denote the same file