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
--- 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
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