Subject: | String::ShellQuote case not handled right |
Date: | Sun, 26 Feb 2012 18:17:49 +0800 |
To: | bug-String-ShellQuote [...] rt.cpan.org |
From: | John David Campbell <JDCampbell [...] nau.edu> |
Here's an example of a filename and it's quoted version that I don't think
are handled correctly:
** /home/jdc/Dropbox/English Faculty/monkhtsetseg/student's book (English
-3).docx
'/home/jdc/Dropbox/English Faculty/monkhtsetseg/student'\''s book (English
-3).docx
From
print "$file\n";
print shell_quote($file),"\n";
I hate apostrophes...even more than spaces in file names.
John