Hi, I'm seeing the following warning message from DBIx::ContextualFetch intermittently. Use of uninitialized value in null operation at /usr/local/lib/perl5/site_perl/5.8.6/DBIx/ContextualFetch.pm line 51.
What does it mean? Sorry, I am not in a position to provide a simple test case as I still can't reproduce the problem at will. [EMAIL PROTECTED]:~$ perl -MDBI -e 'DBI->installed_versions;' Perl : 5.008006 (i86pc-solaris) OS : solaris (2.10) DBI : 1.48 DBD::XBase : 0.241 DBD::Sybase : 1.02_01 DBD::Sponge : 11.10 DBD::SQLite : 1.09 DBD::Proxy : 0.2004 DBD::ODBC : 1.13 DBD::Multiplex : 1.96 DBD::FreeTDS : 0.13 DBD::File : 0.33 DBD::Excel : 0.06 DBD::ExampleP : 11.12 DBD::DBM : 0.02 DBD::CSV : 0.22 [EMAIL PROTECTED]:~$ Let me know if you need more info on this. Thanks, Mohan