Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Weird File::Basename::basename

by McA (Priest)
on Mar 27, 2013 at 04:29 UTC ( [id://1025626]=note: print w/replies, xml ) Need Help??


in reply to Weird File::Basename::basename

Hi,

UPDATE: I made a little test program in C to see the behaviour there. Interestingly the basename('') is '.'. So it seems we have now three different results:

  • Shell: basename '' => ''
  • File::Basename: basename '' => './'
  • C basename: basename '' => '.'

McA

Log In?
Username:
Password:

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

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

    No recent polls found