Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re3: split to get the dir name

by dragonchild (Archbishop)
on Sep 29, 2003 at 19:02 UTC ( [id://295072]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: split to get the dir name
in thread split to get the dir name

Then split will break. You'd have to go with substr (which would be platform-dependent) or change the ls pipe from 'ls -l' to 'ls -1'. *shrugs*

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

Replies are listed 'Best First'.
Re: Re3: split to get the dir name
by Plankton (Vicar) on Sep 29, 2003 at 19:27 UTC
    Just curious, how is substr platform-dependent? And how is ls not platfrom-dependent?

    Nonsense. You never liked me anyway. You wouldn’t even come to my birthday party!
      The output of 'ls -l' is dependent on which *nix you're using. Hence, the index into substr will change depending on the *nix you run on. 'ls -l' is actually not as platform-dependent as you think. It runs on Win2003Pro ...

      ------
      We are the carpenters and bricklayers of the Information Age.

      The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

      Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

        So substr is platform dependent because it is being used with ls which is not as platform-dependent as I think?

        * blink *

        Gee, and I thought you were stupid.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://295072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-16 09:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found