http://www.perlmonks.org?node_id=848789


in reply to Re: Help with HTML::Entities - decode_entities
in thread Help with HTML::Entities - decode_entities

Thanks for this. But I'm not familiar with this notation, so I tried running it and it won't run for me to see what it outputs.




Time flies like an arrow. Fruit flies like a banana.
  • Comment on Re^2: Help with HTML::Entities - decode_entities

Replies are listed 'Best First'.
Re^3: Help with HTML::Entities - decode_entities
by Anonymous Monk on Jul 09, 2010 at 00:24 UTC
    *gasp* :D
    $ perl -MTest::More=tests,2 -e"is( 1, 2 )" 1..2 not ok 1 # Failed test at -e line 1. # got: '1' # expected: '2' # Looks like you planned 2 tests but ran 1. # Looks like you failed 1 test of 1 run.