How can I start an interactive console for Perl?

前端 未结 23 2428
故里飘歌
故里飘歌 2020-12-07 07:37

How can I start an interactive console for Perl, similar to the irb command for Ruby or python for Python?

23条回答
  •  半阙折子戏
    2020-12-07 07:51

    You could look into psh here: http://gnp.github.io/psh/

    It's a full on shell (you can use it in replacement of bash for example), but uses perl syntax.. so you can create methods on the fly etc.

提交回复
热议问题