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

Wait a couple seconds! What about use vars()? (ikegami's reply to a reply below made me think of it (because he had used it himself).)

And you didn't even know bears could type.

Replies are listed 'Best First'.
Re^4: Programming in Perl without semicolon
by Anonymous Monk on Jun 06, 2009 at 13:26 UTC
    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