in reply to Re: Dealing with split
in thread Dealing with split

Doesn't trim off the trailing junk for the last entry:

c:\temp\source\test\test.c c:\temp\source\test\test1.c c:\temp\source\test\test3\test2.c@@main\com\etc\test

DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^3: Dealing with split
by perl_99_monk (Novice) on Feb 22, 2006 at 22:58 UTC
    Thank you all for the suugetions.... It helped me a lot.