perl_99_monk has asked for the wisdom of the Perl Monks concerning the following question:
I only need the info between c:\temp and @@ ie I want the output to be each on a new line as:c:\temp\source\test\test.c@@main\com\etc c:\temp\source\test\test1.c@@ +main\com\test c:\temp\source\test\test3\test2.c@@main\com\etc\test
I first tried splitting on the space to get a list of files but id not seem to be working. CAn anyone suggest what is the effective way to do this? THanks\source\test\test.c \source\test\test1.c \source\test\test3\test2.c
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dealing with split
by GrandFather (Saint) on Feb 22, 2006 at 22:20 UTC | |
|
Re: Dealing with split
by runrig (Abbot) on Feb 22, 2006 at 22:45 UTC | |
|
Re: Dealing with split
by dsb (Chaplain) on Feb 22, 2006 at 22:19 UTC | |
by GrandFather (Saint) on Feb 22, 2006 at 22:30 UTC | |
by perl_99_monk (Novice) on Feb 23, 2006 at 15:55 UTC | |
by dsb (Chaplain) on Feb 23, 2006 at 16:10 UTC | |
|
Re: Dealing with split
by Roy Johnson (Monsignor) on Feb 22, 2006 at 22:22 UTC | |
by GrandFather (Saint) on Feb 22, 2006 at 22:33 UTC | |
by perl_99_monk (Novice) on Feb 22, 2006 at 22:58 UTC | |
|
Re: Dealing with split
by Praveen (Friar) on Feb 23, 2006 at 07:00 UTC |