in reply to Re^2: System command clips off last part of local url when folder name has a space in it
in thread System command clips off last part of local url when folder name has a space in it
I'm not sure if this means you haven't solved your problem yet or not. In case it does, this works for me regardless of where the url comes from:
Update: Corrected typo: s[start][system].
my $urlWithSpaces = 'C:/Code/Perl/Phi Kap/temp.html'; system qq["$url"];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: System command clips off last part of local url when folder name has a space in it (start?)
by tye (Sage) on Aug 16, 2004 at 19:47 UTC | |
by BrowserUk (Patriarch) on Aug 16, 2004 at 20:30 UTC | |
|
Re^4: System command clips off last part of local url when folder name has a space in it
by Popcorn Dave (Abbot) on Aug 17, 2004 at 05:21 UTC |