RE: Perl and Date:Manip [SOLVED]

2003-03-20 Thread Patrick Nelson
Anthony E. Greene wrote: > Patrick Nelson wrote: >> 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 ... > > Google:

Re: Perl and Date:Manip

2003-03-20 Thread Anthony E. Greene
Patrick Nelson wrote: 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 ... Google: perl error "Malformed UTF-8 character" Tony --

RE: Perl and Date:Manip

2003-03-20 Thread Patrick Nelson
[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

Re: Perl and Date:Manip

2003-03-20 Thread Anthony E. Greene
On 19-Mar-2003/23:08 -0800, Patrick Nelson <[EMAIL PROTECTED]> wrote: >Just installed RH 80 > >Tried running a script that includes a call to Date::Manip which produces a >S load of errors. Here is an example script: Post the errors. Tony -- Anthony E. Greene OpenPGP

Re: Perl and Date:Manip

2003-03-19 Thread Ed . Greshko
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

RE: Perl and Date:Manip

2003-03-19 Thread Patrick Nelson
_TUXX_ wrote: > En réponse à Patrick Nelson <[EMAIL PROTECTED]>: > >> Just installed RH 80 >> >> Tried running a script that includes a call to Date::Manip which >> produces a S load of errors. Here is an example script: >> >> #!/usr/bin/perl >> use Date::Manip; >> print "this\n"; >> exit 0; >

Re: Perl and Date:Manip

2003-03-19 Thread _TUXX_
En réponse à Patrick Nelson <[EMAIL PROTECTED]>: > Just installed RH 80 > > Tried running a script that includes a call to Date::Manip which > produces a > S load of errors. Here is an example script: > > #!/usr/bin/perl > use Date::Manip; > print "this\n"; > exit 0; try : [EMAIL PROTECTED] /