Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Web forum markup language and the Monastery

by ysth (Canon)
on Jan 16, 2005 at 20:57 UTC ( [id://422638]=note: print w/replies, xml ) Need Help??


in reply to Re: Web forum markup language and the Monastery
in thread Web forum markup language and the Monastery

Indeed. Let's play chase the delimiters (trying to get deparse to resort to escaping):
$ perl -MO=Deparse -e'print "foo"' print 'foo'; -e syntax OK $ perl -MO=Deparse -e'print "foo'"'"'"' print q[foo']; -e syntax OK $ perl -MO=Deparse -e'print "foo['"'"'"' print q(foo['); -e syntax OK $ perl -MO=Deparse -e'print "foo(['"'"'"' print q<foo(['>; -e syntax OK $ perl -MO=Deparse -e'print "foo<(['"'"'"' print q{foo<(['}; -e syntax OK $ perl -MO=Deparse -e'print "foo{<(['"'"'"' print q/foo{<(['/; -e syntax OK $ perl -MO=Deparse -e'print "foo/{<(['"'"'"' print q"foo/{<(['"; -e syntax OK $ perl -MO=Deparse -e'print "foo\"/{<(['"'"'"' print q#foo"/{<(['#; -e syntax OK $ perl -MO=Deparse -e'print "foo#\"/{<(['"'"'"' print 'foo#"/{<([\''; -e syntax OK

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found