in reply to Re^2: RFC: IPerl - Interactive Perl ( read-eval-print loop )
in thread RFC: IPerl - Interactive Perl ( read-eval-print loop )

Drop the "my". The @foo you created and assigned to was local (erm ... lexical) to that one line! There is no way I know of to keep the lexical variables in scope for several separate REPL iterations.

  • Comment on Re^3: RFC: IPerl - Interactive Perl ( read-eval-print loop )