in reply to Re: What is the meaning of this line in Perl on linux?
in thread What is the meaning of this line in Perl on linux?
There is changing the Two forward slashes to two backward slashes
$localdir =~ s/\\\///g;The above line can i use for changing the backward slashes to forward slashes
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: What is the meaning of this line in Perl on linux?
by haukex (Archbishop) on Mar 28, 2022 at 08:30 UTC | |
| |
Re^3: What is the meaning of this line in Perl on linux?
by Corion (Patriarch) on Mar 28, 2022 at 08:29 UTC | |
by haukex (Archbishop) on Mar 28, 2022 at 08:32 UTC | |
by Anonymous Monk on Mar 28, 2022 at 08:32 UTC | |
by Corion (Patriarch) on Mar 28, 2022 at 08:33 UTC | |
by Anonymous Monk on Mar 28, 2022 at 08:49 UTC | |
by Corion (Patriarch) on Mar 28, 2022 at 09:02 UTC |