in reply to Can anyone explain the following, and suggest how to supress the message
$ perl -de 1 Loading DB routines from perl5db.pl version 1.33 Editor support available. Enter h or `h h' for help, or `perldoc perldebug' for more help. main::(-e:1): 1 DB<1> use threads; DB<2> threads->new(sub{})->join; DB<3> q $ pmvers threads 1.83 $ perl -le " print $^V" v5.14.1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can anyone explain the following, and suggest how to supress the message
by Anonymous Monk on Aug 24, 2011 at 06:39 UTC |