Jack B. Nymbol has asked for the wisdom of the Perl Monks concerning the following question:
Looking for the simplest answer. Thanks all.perl -de 'print' ... main::(-e:1): print DB<1> my $x = localtime DB<2> x $x 0 undef DB<3> p $x DB<4> $t = localtime DB<5> x $t 0 'Tue Jan 3 12:28:40 2012' DB<6> p $t Tue Jan 3 12:28:40 2012 DB<7>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Oh my perl, oh why perl? Perl debugger idiosyncrasies?
by BrowserUk (Patriarch) on Jan 03, 2012 at 20:43 UTC |