Packaging perl interpreter & appl into DLL?

2003-07-10 Thread Fuchs, Christopher
Hello, I have a perl application and I've got to install it on other people's windows based PCs. Is there a way of packaging the perl interpreter and the application along with the required cpan modules into a DLL? Alternatively, is there an mechanism on windows (which I know little about) whic

Re: CR at end of line - how do I parse this?

2003-07-09 Thread Fuchs, Christopher
>> How do I get Perl/Windows to keep the ^M so I can parse this? >binmode is your friend. Yes binmode was what I was missing. Thanks for everyone's help. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CR at end of line - how do I parse this?

2003-07-08 Thread Fuchs, Christopher
Hello All: I have a perl script on UNIX which works properly for an ASCII input data file which is in the form of: record 1 line 1 record 1 line 2 record 1 line 3^M record 2 line 1 etc The record delimiter is ^M (which is sometimes refered to as CR or \r). When run on a Windows box, the ^M is s