Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
When high tech doesn't work try low tech. The code:
#!/opt/CAV1perl/bin/perl $~ = '`'; print "`A "; $_ = $: = $~ | '%'; print "B $_\n"; $; = $^ = '/' | $~; print "C $;\n"; ++$;; print "D $;\n"; $\ = $~ | q[']; print "E $\\n"; ++$;; print "F $;\n"; $: .= ++$;; print "G $:\n"; $/ = ++$;; #print "H $\\n"; ++$\; print "I $\\n"; $_ .= '#' | $~; print "J $_\n"; $, = ++$/; print "K $,\n"; $_ .= '#' | $~; print "J $_\n"; $, = ++$/; print "K $,\n"; $_ .= qq[$\$^$"]; print "L $_\n"; ++$,; print "M $,\n"; $_ .= 'N'; print "P $_\n"; $_ .= qq[$,$;$/$"]; print "Q $_\n"; $_ .= '!.' | $~ . $~; print "R $_\n"; $_ .= qq[$^$/$\$:$"]; print "S $_\n"; $_ .= 'P'; print "T $_\n"; $_ .= $:; print "U $_\n"; $_ .= $^ & '|'; print "V $_\n"; $_ .= $" . $\; print "W $_\n"; $_ .= "$~$~$~" | '!#+'; print "X $_\n"; ++$.; print "Y $.\n"; ++$.; print "Z $.\n"; `$_$:,>&$.`; print "0 $_ AND $: , >& $.\n";
Produces:
perl t.pl `A B e C o D p E g gF q gG er gI h hJ ec hK t hL echo hM u hP echo N hQ echo Nust hR echo Nust an hS echo Nust another hT echo Nust another P hU echo Nust another Per hV echo Nust another Perl hW echo Nust another Perl h hX echo Nust another Perl hack hY 1 hZ 2 hNust another Perl hacker, 0 echo Nust another Perl hack AND er , >& 2
Obviously not perfect but you can figure out what they did.

In reply to Re: Re: How in the heck? by dneedles2
in thread How in the heck? by spaz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found