in reply to win32 shebang

I always like to use:
#!/perl/bin/perl -w use strict; use Win32::ODBC; #for Access or MsSql Server use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser);

Replies are listed 'Best First'.
Re: Re: win32 shebang
by softworkz (Monk) on Aug 08, 2001 at 21:56 UTC
    THANKS! Updating all of my code!