Perl with Unicode & Sybase
I was wondering if it would be possible for us to have a version of Perl with Unicode, i.e. the latest stable release of Perl 5.8.
I'm not asking for a version to replace our existing Perl (which would mean testing all existing Perl scripts): it would be installed somewhere differently. I also don't expect to be provided with any of the Talis routines - I guess anyone on TDN who was interested could help contribute.
I have already compiled a version of Perl on our servers at Sheffield to access our University's Oracle system, but I don't have access to the Sybase drivers. I think it would be good to have the DBI interface. It would also be good to have access to the full set of standard modules, which for some reason don't appear in the Talis-supplied Perl.
Would this be possible?



Perl Modules
I would certainly like to see standard Perl modules, and particularly DBI, made available. It would be so useful to be able to obtain output from a query in a form that is easier to manipulate and work with than the standard Sybase output.
Edited to add:
OK, so I've realised that sybperl.pl and sql.pl are available, but I'm having trouble finding any decent documentation on these, whereas DBI is very well documented on the Web.