in reply to Re^3: File::Spec::Win32 returning different result than File::Spec when doing catfile with empty string
in thread File::Spec::Win32 returning different result than File::Spec when doing catfile with empty string

Yeah, I thought about processing an array but I would still have to use File::Spec to split the file path and I could just feel it in my bones that there would still be some weird cross-platform issue lingering and I just want to go to bed. So I just did letter-by-letter comparison. Speeding it up will have be a task for another day.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^4: File::Spec::Win32 returning different result than File::Spec when doing catfile with empty string