LOL++ (Re: OT: It's arrived!)

Chisel Wright chisel at herlpacker.co.uk
Fri Nov 9 10:21:58 GMT 2007


On Fri, Nov 09, 2007 at 09:59:06AM +0000, Dean Wilson wrote:
> No, just wrong :) Works here.[0]

Really?

cwright at cwright-desktop:~$ perl -MHTML::Element \
> -e "print HTML::Element->new('aol')->push_content('Me Too!')->as_HTML"
bash: !': event not found
> 


Swapping quotes around works (for me):

perl -MHTML::Element \
  -e 'print HTML::Element->new("aol")->push_content("Me Too!")->as_HTML'

_does_ work

C
-- 
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/

   Any fool can use a computer. Many do.


More information about the london.pm mailing list