Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: The Backslash Challenge

by choroba (Cardinal)
on Mar 24, 2021 at 22:11 UTC ( [id://11130303]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    qq\@{[chr 92]}\
    
  2. or download this
    qq\@{[pack "c", 92]}\
    
  3. or download this
    qq\@{[sprintf '%c', 92]}\
    
  4. or download this
    qq\@{['{'^"'"]}\
    qq\@{['~'^'"']}\
    
  5. or download this
    qq\@{[substr quotemeta ";", 0, 1]}\
    qq\@{[prototype("CORE::push") =~ /^(.)/]}\
    
  6. or download this
    qq\@{[require File::Spec::Win32 and File::Spec::Win32->rootdir]}\
    qq\@{[do{require Data::Dumper;substr Data::Dumper::Dumper("'"),-5,1}]}
    +\
    
  7. or download this
    qq\${eval chr(92).'"'.(chr(92)x2).'"'}\
    
  8. or download this
    qq\@{[reverse "/"]}\
    
  9. or download this
    print
    qq\@{[chr 92]}\,
    ...
    qq\@{[do{require Data::Dumper;substr Data::Dumper::Dumper("'"),-5,1}]}
    +\,
    qq\${eval chr(92).'"'.(chr(92)x2).'"'}\,
    qq\@{[reverse "/"]}\;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found