in reply to Re: Re: Re: Re: convert windows path
in thread convert windows path
should work. (I'm sure that there's a FAQ on this). Or you might want to try one of the File::Path modules, but that's probably overkill.$var =~ /([^\\\/]*)$/ and $file = $1
|
|---|