* Graham Barr <[EMAIL PROTECTED]> [2006-07-17 02:00]:
> perl -MDBI\ 999
> DBI version 999 required--this is only version 1.50.
> BEGIN failed--compilation aborted.

You can use an equals sign instead of a space, there, which makes
it a little easier to type:

    perl -MDBI=666 -e1

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;

Reply via email to