in reply to Re^3: Programming in Perl without semicolon
in thread Programming in Perl without semicolon

Hmmm, you should probably all have a look at
Acme::Pythonic
from Xavier Noria. There you only have to use one ';', namely in
use Acme::Pythonic;
:)
Of course, there still would be semicolons in strings and regexes or other non-statement places... Best regards, Udo