in reply to archive::zip create, file read error

You might consider putting most of the narrative outside the code tags ... to reduce the width of the rendered window.

Other than that, it sounds like DOS isn't as pernickety as perl (no surprises there then) but a little more actual code would, IMO, help.

A user level that continues to overstate my experience :-))
  • Comment on Re: archive::zip create, file read error

Replies are listed 'Best First'.
Re^2: archive::zip create, file read error
by AnomalousMonk (Archbishop) on Mar 06, 2009 at 15:17 UTC
    Further to Bloodnok's request:

    Dearest sdetweil: Please do not use  <pre> ... </pre> tags (as you are doing around almost (?) the whole of your post): it screws up the rendering of your posting and of an entire group of other postings on the monk's main page.

    Please do go back and Update your post so as to, at the very least, wrap (almost) everything in  <code> ... </code> or  <c> ... </c> tags (just s{ \b pre \b }{code}xmsg will do the trick); this will make only your own posting illegible.

    Please see Writeup Formatting Tips and Perl Monks Approved HTML tags.