Here is a Pico story for ya. Years ago, on an SGI IRIX machine, the version of Pico on there had a nasty habit of
truncating lines. I had a script that ran
off of a data file we selected special out of a DB. The select was done at a particular time and then the DB moved on. The last field was a number and each line was about 255
characters wide. With the return on the end, the line was
1 chracter too long so it chopped one digit off the end of
every integer and put the return back on. OUCH! That is a
high price to pay for quickly fixing the spelling of someone's name
It also took the else {} chunk off of a giant long line once but I
pretty much blame that on the author not the editor. =)
--
$you = new YOU;
honk() if $you->love(perl)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
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
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
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.
|
|