<p>Par packer will bundle perl and the required modules into a single executable.  The result is large but it makes it easy.</p>
<p>You could also look into bundling the app with strawberry perl. I&#39;ve heard that&#39;s possible.<br>
</p>
<div class="gmail_quote">On Feb 19, 2011 3:24 PM, &quot;Richard Reina&quot; &lt;<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Hi Mark,<br>&gt; <br>&gt; Thanks for the reply. Assuming the scanner is working would the user<br>
&gt; be able to install and run the program on windows or would they first<br>&gt; have to install perl? The thing is Ive written some similar code that<br>&gt; lets users on our LAN scan in docs if there is a working scanner<br>
&gt; attached but that code runs on linux machines. I have no idea about<br>&gt; getting it to install and run on linux.<br>&gt; <br>&gt; On 2/19/11, Mark Grimes &lt;<a href="mailto:mgrimes@cpan.org">mgrimes@cpan.org</a>&gt; wrote:<br>
&gt;&gt; The tricky part is going to be interfacing with the scanner. If you<br>&gt;&gt; can get that working there are a number of straight forward ways to<br>&gt;&gt; install a program, present a simple GUI interface and email (not<br>
&gt;&gt; necessarily easy, but doable).<br>&gt;&gt;<br>&gt;&gt; I don&#39;t have any suggestions for the scanning part, but for the GUI I<br>&gt;&gt; would look at Wx, to bundle it look at PAR, and for email checkout<br>&gt;&gt; Email::Simple and the blat.exe program. Strawberry perl has become the<br>
&gt;&gt; defacto standard for perl on windows, but I also like cygwin. The last<br>&gt;&gt; time I used PAR there were issues bundling Wx, so I hack together this<br>&gt;&gt; as a quick fix (not sure if it is still needed):<br>
&gt;&gt;<br>&gt;&gt; <a href="http://peculier.com/code/perl.html#wx-win-par">http://peculier.com/code/perl.html#wx-win-par</a><br>&gt;&gt;<br>&gt;&gt; Best of luck. Let us know how it goes.<br>&gt;&gt;<br>&gt;&gt; -Mark<br>
&gt;&gt;<br>&gt;&gt; On Feb 19, 2011 10:31 AM, &quot;Richard Reina&quot; &lt;<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>&gt; wrote:<br>&gt;&gt;&gt; I have been asked to write a program that makes it very easy for our<br>
&gt;&gt;&gt; contractors in the field to scan and email us documents from the<br>&gt;&gt;&gt; field. Something that the user can download and install with a few<br>&gt;&gt;&gt; clicks and that assumes no more user proficiency than being able to<br>
&gt;&gt;&gt; plug the scanner into the computer and follow prompts. Since 99% of<br>&gt;&gt;&gt; our contractors use windows I have to write it for windows. I am an<br>&gt;&gt;&gt; intermediate perl programmer at best but and willing to roll up my<br>
&gt;&gt;&gt; sleeves and do whatever it takes. I was wondering however, if anyone<br>&gt;&gt;&gt; had any advice on where to start?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Thanks,<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Richard<br>&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>&gt;&gt;&gt; Sent from my mobile device<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; SanFrancisco-pm mailing list<br>&gt;&gt;&gt; <a href="mailto:SanFrancisco-pm@pm.org">SanFrancisco-pm@pm.org</a><br>
&gt;&gt;&gt; <a href="http://mail.pm.org/mailman/listinfo/sanfrancisco-pm">http://mail.pm.org/mailman/listinfo/sanfrancisco-pm</a><br>&gt;&gt;<br>&gt; <br>&gt; -- <br>&gt; Sent from my mobile device<br></div>