in reply to ENV Object?
Begin {$NEW{SYBASE}='Sybase';}
I think that should probably be:
BEGIN { $ENV{SYBASE} = '/sybase'; } [download]
Case (and spelling!) is important in these matters :)
"The first rule of Perl club is you don't talk about Perl club."