4b. Though after all 40 slides I don't see how we have an actual virtual filesystem that other programs will believe. Trust in magic.. I want to see the output from "ls" though, I'm not quite convinced yet that will work. But then again I don't need to run that yet, and could maybe make a module to do run such an external program if there was a problem.
Like I already said, a zip-file is a filesystem. I don't know of any "ls" program that deals with zipfiles, but then you wouldn't want to use "ls" to manipulate zip files. See Accessing packed files in PAR::Tutorial
5. I notice the multiarch switch. Too much to ask for me to be able to develop it all in linux and deployed in windows?
I develop stuff on windows and deploy it on linux (and vice versa) all the time :-) All the multiarch switch does it sets up all the modules in the archive in an architecture/platform specific directory( like foo.par\MSWin32-x86-multi-thread\), so you can have a single par archive usable on many platforms (i don't see the appeal, it just bloats size).

You still need to build a binary for each of your target platforms(par doesn't support that yet).

PAR also doesn't support creating such a multiarch .par (par cannot leverage ppm...).

What I just described is sort of a wishlist item (I recall it being discussed somewhere, and I believe its somewhere on the TODO but it's a long ways off).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: Re: Bundling tools for perl GUI apps by PodMaster
in thread Bundling tools for perl GUI apps by mattr

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.