On Feb 7, 2011, at 07:30 , harish badrinath wrote: > > I have very little experience using perl, but i do know that things > like use CGI qw(:all) should work. > > Am i missing something here or should i go for an older version of perl-ldap > ??
There is nothing special about :all, it just so happens that CGI defines a group :all Net::LDAP does not as it does not really make sense to import all the constants as there is a 99.9% chance that you do not need 99% of them. Import what you need Graham.