in reply to ENV Object?

Begin {$NEW{SYBASE}='Sybase';}

I think that should probably be:

BEGIN { $ENV{SYBASE} = '/sybase'; }

Case (and spelling!) is important in these matters :)

--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."