in reply to Re: Re: Re: Re: Re: Re: Getting the filename from full path name ?
in thread Getting the filename from full path name ?
Perl is deeply rooted in Unix. We have s/// (sed), tr, a2p, s2p, obscure function names like grep, and there's even basename, but only in a module which is not liked anymore.there's the unix utility called basename,And? Theres no such thing in Win32 nor a bunch of the other OS'es that Perl supports. Im sorry to be a bit snarky, but jusitfying a feature in perl by its existance in UNIX isnt actually a very helpful argument, Perl isnt UNIX and UNIX users arent even a majority in the community anymore.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Getting the filename from full path name ?
by demerphq (Chancellor) on Apr 15, 2004 at 17:22 UTC |