On Sat, Oct 29, 2011 at 6:27 AM, Dr.Ruud <rvtol+usenet@isolution.nl> wrote:
> Not 'exactly equivalent':
>
*Your* code isn't, but your code is different than the code in the patch.
You took out the BEGIN block. Add it back in and the warning goes away.
>perl -we"use DBI; DBI::->import;"
>perl -we"BEGIN { require 'DBI.pm'; 'DBI'->import; } DBI::->import;"
>
Thread Previous
|
Thread Next