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

% perl -de x ... main::(-e:1): x

but the space is optional. You can also use perl -debug but not perl -dem, perl -des, perl -deq, nor perl -dey.

- tye