in reply to Any way to simulate a Windows path handling for File::Spec without Windows?

NVM, looks like I can use File::Spec::Win32

$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: Any way to simulate a Windows path handling for File::Spec without Windows?
  • Download Code