I suspect some will find your example still quite unclear.
The steps you left out boil down to something like:
- Get a computer running Win32.
- Run the script contained in the root node. Note that it will just hang out waiting.
- In whatever application you happen to be working in that allows you to type multiple lines of text, type in the text of the first example.
- Highlight the first example text that you just entered.
- "Cut" the example (probably by typing Ctrl-X).
- The script will quickly notice that something new has appeared in the cut/paste buffer (clipboard) and process it.
- Type, highlight, then "Cut" the second example.
- Type, highlight, then "Cut" (or "Copy") the third example.
- Wait just a little bit for the script to finish processing your third request.
- "Paste" (probably by typing Ctrl-V).
- Note that what gets pasted is the text after "Produces:"
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|