LOL++ (Re: OT: It's arrived!)
Dean Wilson
dwilson at unixdaemon.net
Fri Nov 9 10:32:49 GMT 2007
On Fri, Nov 09, 2007 at 10:21:58AM +0000, Chisel Wright wrote:
> Really?
Honest. ;)
> Swapping quotes around works (for me):
Works either way in this bash install -
$ perl -MHTML::Element \
> -e "print HTML::Element->new('aol')->push_content('Me Too!')->as_HTML"
<aol>Me Too!</aol>
$ echo $?
0
$ perl -MHTML::Element \
> -e 'print HTML::Element->new("aol")->push_content("Me Too!")->as_HTML'
<aol>Me Too!</aol>
$ echo $?
0
What's your bash version string?
Dean
--
Dean Wilson http://www.unixdaemon.net
Profanity is the one language all programmers understand
--- Anon
More information about the london.pm
mailing list