Re: basename / path question

2002-11-10 Thread Kristian Rink
On Sat, Nov 09, 2002 at 04:11:43PM -0800, Ovid wrote: > --- Kristian Rink <[EMAIL PROTECTED]> wrote: > > Do I have those functions (or functions doing more or less the same) > > available in Perl? How are they called, where might I want start > > reading? > > Hi Kris, > > What you're looking for

Re: basename / path question

2002-11-09 Thread Ovid
--- Kristian Rink <[EMAIL PROTECTED]> wrote: > basename(/tmp/whatever/file-I-would-like) > ->file-I-would-like > path(/tmp/whatever/file-I-would-like) > ->/tmp/whatever > > Do I have those functions (or functions doing more or less the same) > available in Perl? How are they called, where might I

basename / path question

2002-11-09 Thread Kristian Rink
Hello all,... mainly being using Python for my programing tasks, I lately needed to get acquainted with Perl and I have to say I kinda like it. Anyhow, messing around trying to modify some perl scripts on one of our servers, I kindly would like to ask one question: In Python, I got used to two