in reply to Re^2: Weird File::Basename::basename (yes, but)
in thread Weird File::Basename::basename

When executing a command it does make a difference whether to say "foo" or "./foo"

not on cmd.exe, cwd is first place searched

:) spec/basename are useful, but they're kinda low-level, I prefer abstractions like Path::Class and Badger::Filesystem and absolute paths, so file( ... )->absolute

  • Comment on Re^3: Weird File::Basename::basename (yes, but)