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

Notice that he didn't use any my variables?

Replies are listed 'Best First'.
Re^3: Programming in Perl without semicolon
by Lawliet (Curate) on Jan 31, 2009 at 03:53 UTC

    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.

      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