[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strawberry Perl, Windows7, Powershell and weird data



Without seeing your input data and re-creating the issue myself, it is
hard to tell... but I suspect that call to "split" is your issue.  Try
changing it to:  split(',',$_);


-Jason


> Ok, ignore for a moment the fact that I am using Perl to write a bunch of
> Powershell commands to a file ...
>
> I'm just curious, I seldom use Windows & Perl, why does it add CRLF to
> each character of my data?  [See attached screenshot].  It does it whether
> I use Powershell or CMD.exe.
>
>
>
>  
> Robert
> http://yesIstillUsePerl.blogspot.com/
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
>




-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.