in reply to Re: The Behavior of 'do'
in thread The Behavior of 'do'
# from msg53551.html jeffp@hut [1:00am] ~ #102> perl -w sub foo { print "ok\n"; 123 } do &foo; ok Perl v123.0.0 required--this is only v5.6.0, stopped (did you mean v123.0.0?) at - line 2.
|
|---|