in reply to Re^2: freaky deaky plus sign usage
in thread freaky deaky plus sign usage
perl -MCGI -MTest::More -e " ok 1; ok +CGI->new, +CGI->new; ok scalar +CGI->new; ok( CGI->new ); ok CGI->new; " ok 1 ok 2 - CGI=HASH(0x1a08a30) ok 3 ok 4 Undefined subroutine CGI::ok at -e line 1 # Tests were run but no plan was declared and done_testing() was not s +een.
|
|---|