Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: escapeHTML & scalar/array context

by Chmrr (Vicar)
on Jul 11, 2002 at 17:36 UTC ( [id://181087]=note: print w/replies, xml ) Need Help??


in reply to escapeHTML & scalar/array context

Though in general I'd use what Abigail-II suggests, it's worth mentioning that one can also do:

print $q->escapeHTML(Data::Dumper::Dumper([$foo,$bar]));

However, putting it in scalar context seems very much the Right Thing to do.

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

Replies are listed 'Best First'.
Re^2: escapeHTML & scalar/array context
by Aristotle (Chancellor) on Jul 11, 2002 at 19:27 UTC
    ++, it just needs a little bit of extra polish to be perfect: print $q->escapeHTML(Data::Dumper::Dumper [$foo, $bar], [qw(*foo *bar)]); ____________
    Makeshifts last the longest.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://181087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 14:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found