<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PErl compilation in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522819#M11183</link>
    <description>For question 2&lt;BR /&gt;run the command called&lt;BR /&gt;"tasklist" its a windows command to list all the process&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
    <pubDate>Tue, 12 Apr 2005 23:51:37 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2005-04-12T23:51:37Z</dc:date>
    <item>
      <title>PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522816#M11180</link>
      <description>Does anyobe know if Perl scripts can be convverted to an exe so it can be run on a Windows server without having to install the whole of Active Perl on  the servers&lt;BR /&gt;&lt;BR /&gt;Q2&lt;BR /&gt;How do I do a ps -ef and df -k on a Windows PC from tha command line.&lt;BR /&gt;I need to convert my Solaris - PErl to a Windows NT4 server box&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 12 Apr 2005 05:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522816#M11180</guid>
      <dc:creator>Steve_617</dc:creator>
      <dc:date>2005-04-12T05:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522817#M11181</link>
      <description>On unix you can do a perl compile using perlcc. Maybe there is a windoze version?&lt;BR /&gt;&lt;BR /&gt;ans to question #2: You use the task manager in windows to do a ps -ef and you use file exploiter for df -k. Now if you converted your nt box to linux you would have ps and df available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 12 Apr 2005 06:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522817#M11181</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-12T06:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522818#M11182</link>
      <description>For Q2:&lt;BR /&gt;&lt;BR /&gt;You can use CYGWIN : &lt;A href="http://www.cygwin.com/" target="_blank"&gt;http://www.cygwin.com/&lt;/A&gt;&lt;BR /&gt;Using CYGWIN you can execute most of the unix command on windows.&lt;BR /&gt;The ps command reference for CYGWIN is:&lt;BR /&gt;&lt;A href="http://cygwin.com/cygwin-ug-net/using-utils.html#ps" target="_blank"&gt;http://cygwin.com/cygwin-ug-net/using-utils.html#ps&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ganesha Sridhara</description>
      <pubDate>Tue, 12 Apr 2005 23:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522818#M11182</guid>
      <dc:creator>Ganesha Sridhara</dc:creator>
      <dc:date>2005-04-12T23:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522819#M11183</link>
      <description>For question 2&lt;BR /&gt;run the command called&lt;BR /&gt;"tasklist" its a windows command to list all the process&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Tue, 12 Apr 2005 23:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522819#M11183</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-04-12T23:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522820#M11184</link>
      <description>Another approach would be to install Microsoft's Services for UNIX (SFU). You are aware than NT is obsolete? There's nothing quite like porting to an obsolete platform from the getgo.&lt;BR /&gt;&lt;BR /&gt;Installing ActivePerl is trivially easy; that would be my approach.</description>
      <pubDate>Wed, 13 Apr 2005 00:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522820#M11184</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-13T00:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: PErl compilation</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522821#M11185</link>
      <description>Q1: I never use any system that has no perl installed, but "par" might be your friend:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~autrijus/PAR-0.87/" target="_blank"&gt;http://search.cpan.org/~autrijus/PAR-0.87/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It packages your script, all required modules and config into one executable. I never used it myself, so YMMV&lt;BR /&gt;&lt;BR /&gt;Q2: Proc::ProcessTable also works on Cygwin, but I think that if you're targetting real win32 platform (not djgpp or cygwin), &lt;A href="http://search.cpan.org/~jdb/libwin32-0.24/" target="_blank"&gt;http://search.cpan.org/~jdb/libwin32-0.24/&lt;/A&gt; and &lt;A href="http://search.cpan.org/~rpagitsch/Win32-Process-List-0.01/" target="_blank"&gt;http://search.cpan.org/~rpagitsch/Win32-Process-List-0.01/&lt;/A&gt; are there to solve this problem&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 13 Apr 2005 01:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/perl-compilation/m-p/3522821#M11185</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-13T01:40:04Z</dc:date>
    </item>
  </channel>
</rss>

