in reply to Re: Bug for the 'print' function in perl v5.14?
in thread For the 'print' function in perl v5.14
perl -e 'print 123; print 456; print $]' Shows: 123 456 5.014002
perl -v Shows: This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-li +nux
|
|---|