Not all the commonly used perl scripts in the texmf tree have corresponding<br>.exe files in bin/win32.&nbsp; For those lucky enough to avoid Win32, irun is<br>a wrapper that is used to create filename.exe to run perl on<br>&quot;kpathsea -format=texmfscripts filename&quot;.
<br><br>1.&nbsp; irun.exe must be writable.&nbsp; In the default install it is not.<br><br>2.&nbsp; pdfcrop.exe (e.g., texmf/scripts/pdfcrop/pdfcrop.pl) complains <br>of missing <a href="http://Functions.pm">Functions.pm</a> with the following code:
<br><br>&nbsp; use File::Spec::Functions qw(devnull);<br>&nbsp; $my $null = devnull();<br><br>The code below for me on Win XP with the TL2005 perl, and in Fedora Core 4<br>(perl-5.8.6-18) but I have no idea how portable this is:<br>
<br>&nbsp; use File::Spec;<br>&nbsp; my $null = File::Spec-&gt;devnull();<br>-- <br>George N. White III &lt;<a href="mailto:aa056@chebucto.ns.ca">aa056@chebucto.ns.ca</a>&gt;<br>Head of St. Margarets Bay, Nova Scotia