On Apr 21, 2005, at 12:10 PM, David Nicol wrote:
$ perl -wc -e 'use strict; the deer and antelope play ; print 1' -e syntax OK
% perl -wc -Mstrict -e 'The deer and antelope play until tiger comes; \ chomp, kill, die time' -e syntax OK
On Apr 21, 2005, at 12:10 PM, David Nicol wrote:
$ perl -wc -e 'use strict; the deer and antelope play ; print 1' -e syntax OK
% perl -wc -Mstrict -e 'The deer and antelope play until tiger comes; \ chomp, kill, die time' -e syntax OK