in reply to Re: An anomaly with Filesys::DfPortable, I need your eyes
in thread An anomaly with Filesys::DfPortable, I need your eyes
Another check is to use abs_path from Cwd to check whether they're resolving to the same file perhaps. I use the following shell function:
abs_path () { perl -MCwd=abs_path -lE 'say abs_path( $_ ) for @ARGV' "$@" }
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: An anomaly with Filesys::DfPortable, I need your eyes
by Intrepid (Curate) on Mar 10, 2026 at 16:26 UTC |