>>>>> On Mon, 17 Jul 2006 02:24:37 +0200, "A. Pagaltzis" <[EMAIL PROTECTED]> 
>>>>> said:

  > * 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

This is dangerous to believe, witness

% perl -Mstrict\ 999                      
strict version 999 required--this is only version 1.03.
BEGIN failed--compilation aborted.
zsh: exit 9     perl -Mstrict\ 999
% perl -Mstrict=999 
Unknown 'strict' tag(s) '999' at - line 0
BEGIN failed--compilation aborted.
zsh: exit 9     perl -Mstrict=999


-- 
andreas

Reply via email to