Hi,

Fish seems to have trouble with some of my perl scripts. For example , the following script:

tst.pl
===

#!/usr/bin/perl
use Date::Pcalc qw(:all);

($year,$month,$day) = Today();
print "$year,$month, $day\n";



Under bash it works okay:
./tst.pl
2006,5, 10

but under Fish I get:
Malformed UTF-8 character (unexpected non-continuation byte 0x76, immediately after start byte 0xe9) in require at /usr/lib/perl5/s


thanks for any info.
Mike




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to