Re: PERL problem....


Subject: Re: PERL problem....
From: sfalken (sfalken@citlink.net)
Date: Sun Mar 10 2002 - 12:15:38 MST


changed system(mv\ "$origin"\ "$CWD/$betap");

to

rename($origin,"$CWD/$betap");

doing it internally in PERL instead of making a system call seems to deal
with the whitespace just fine.......

                                --Shawn

On Sunday 10 March 2002 10:25, Tim ODriscoll wrote:
> What did you do to fix it?
>
>
> Tim
>
> On Sun, 10 Mar 2002, sfalken wrote:
> > Actually, I got it figgered out, it's not perfect by any means, but it
> > does strip the characters I want, if anybody want's a copy of it (I don't
> > know how useful it'd be for anyone else) just lemme know.
> >
> > --Shawn



This archive was generated by hypermail 2a24 : Sun Mar 10 2002 - 12:16:51 MST