in reply to Re: Most efficient way to remove some text from a string
in thread Most efficient way to remove some text from a string
I have very little done so far
open(FILEREAD, "</home/zzz/Desktop/Scripting/usb/musicLibrary.txt"); while ($aPath = <FILEREAD>) {chomp ($aPath); my $file =~ s/$sPath/Totally/; print "This Path $file \n\n";} close (FILEREAD);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Most efficient way to remove some text from a string
by poj (Abbot) on Dec 06, 2016 at 21:26 UTC | |
by adamZ88 (Beadle) on Dec 07, 2016 at 01:51 UTC | |
by hippo (Archbishop) on Dec 07, 2016 at 09:57 UTC | |
by adamZ88 (Beadle) on Dec 07, 2016 at 19:18 UTC | |
by poj (Abbot) on Dec 07, 2016 at 20:56 UTC | |
|