On Thu, Feb 10, 2005 at 05:00:02PM +0000, Alexey Toptygin wrote:

> perl -m<any module> -e 'not() || <any value>'
> 
> hangs, yet
> 
> perl -e -m<any module> 'not() || <any value>'
> 
> doesn't crash or hang. A very interesting bug :)

That last one's not that interesting.

% perl -MO=Deparse -e -mCGI 'not() || 1'
-'mCGI';
-e syntax OK
% 

:)

Ronald

Reply via email to