I have written a module that allows you to Launch('file.txt') or Launch('file.bmp'), etc. from Win32 so that the associated app (retrieved from the registry) automatically opens with the file specified. I have searched on CPAN and Google for a method of doing this in an effort to ensure I am not re-inventing the wheel. The standard method of launching a Windows process doesn't seem to accomplish this on its own.

My specific question is: is there already a way of doing what I have described? My more general question is: are there other ideas for determining if I am writing something that already exists? While searching for this specific functionality, I felt awkward when trying to come up with words to describe the function, or example, depending often on the word "launch".


In reply to Launching a data file in Win32 using the assciated application automatically by tinypig

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.