[EMAIL PROTECTED] wrote: > On Wed, 19 Mar 2003, Patrick Nelson wrote: > >> #!/usr/bin/perl >> use Date::Manip; >> print "this\n"; >> exit 0; >> >> will show the problem. This same script has worked on multiple RH >> versions and Manip.pm is exactly the same as on my 7.3 and 7.2 >> systems. I'm not sure what to do with this. Anyone have any ideas? > > No problem here.... > > [EMAIL PROTECTED] egreshko]$ cat ipm > #!/usr/bin/perl > use Date::Manip; > print "this\n"; > exit 0; > > [EMAIL PROTECTED] egreshko]$ ./ipm > this > [EMAIL PROTECTED] egreshko]$ > > Maybe you should reveal some of the errors?
Hmm... darn it local config? I just did a workstation install and didn't install any other perl stuff. So the above script produces 518 lines of errors. They all start with: Malformed UTF-8 character (unexpected ... but here is a couple of lines: Malformed UTF-8 character (byte 0xfe) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5902. Malformed UTF-8 character (unexpected non-continuation byte 0x6d, immediately after start byte 0xee) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5902. Malformed UTF-8 character (unexpected non-continuation byte 0x74, immediately after start byte 0xe3) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5902. Malformed UTF-8 character (1 byte, need 3, after start byte 0xe3) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5902. Malformed UTF-8 character (1 byte, need 3, after start byte 0xe3) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5903. Malformed UTF-8 character (unexpected non-continuation byte 0x6d, immediately after start byte 0xee) at /usr/lib/perl5/vendor_perl/5.8.0/Date/Manip.pm line 5906. Taking the Manip.pm and putting it on a RH73 system and then running the same script and it works fine. The file was exactly the same in size and mdate. So it's not the file Manip.pm... there has to be something else. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list