C:\MinGW\source>perl qq2.pl $VAR1 = bless( \*Symbol::GEN0, 'Net::NNTP' ); $VAR2 = 3.205 Line ', '| ', '| A sequence of zero or more non- <newline>s plus a terminating ', '| <newline>. ', ' ', 'And "text file" as: ', ' ', '| 3.392 Text File ', '| ', '| A file that contains characters organized into one or more lines. T he ', '| lines do not contain NUL characters and none can exceed {LINE_MAX} ', '| bytes in length, including the <newline>. Although IEEE Std ', '| 1003.1-2001 does not distinguish between text files and binary file s ', '| (see the ISO C standard), many utilities only produce predictable o r ', '| meaningful output when operating on text files. The standard utilit ies ', '| that have such restrictions always specify "text files" in their ST DIN ', '| or INPUT FILES sections. ', ' ', 'Sinan already mentioned the C standard, but that doesn\'t specify how ', 'files are represented on disk - a text file could be a series of fixe d ', 'or variable length records without any "newline characters" at all, a s ', 'long as the stdio library performs the necessary conversions. ', ' ', ' hp ' ; C:\MinGW\source> #end output Thanks for your reply. I've used Data::Dumper before with some success but was dismayed to see the above output, where I can't even begin to guess where it went wrong. Gosh, I'd continue with this except that this is already a mess, from a continuity point of view.

In reply to Re^2: How to print an entire nntp article by mpj196884
in thread How to print an entire nntp article by mpj196884

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



  • 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, details, 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, summary, 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.