<?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: How to call a PERL subroutine from a C/C++ code in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107439#M92543</link>
    <description>Hi JRF,&lt;BR /&gt;&lt;BR /&gt;  Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt; I want to parse a file so i am plaaning to use PERL script as it will be very easy to parse the file using PERL because buitin functions like split(), chomp() etc,&lt;BR /&gt;&lt;BR /&gt;  After parsing i want to store this contents in a hash table. From this  i can continue the C++ module to work on the same hash table elements.&lt;BR /&gt;&lt;BR /&gt;   this is all i want to achieve.&lt;BR /&gt;&lt;BR /&gt;   Please let me know your inputs to this &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram</description>
    <pubDate>Mon, 26 Nov 2007 08:46:43 GMT</pubDate>
    <dc:creator>CA1490051</dc:creator>
    <dc:date>2007-11-26T08:46:43Z</dc:date>
    <item>
      <title>How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107436#M92540</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;  I have installed Active PERL-5.8.8 and i want to call a subroutine from a C/C++ Program.&lt;BR /&gt;&lt;BR /&gt;  For this what all i have to install (any special Libraries) &lt;BR /&gt;&lt;BR /&gt;  Can anyone help me out of this .&lt;BR /&gt;&lt;BR /&gt;  thanks and regards&lt;BR /&gt;  Vikram</description>
      <pubDate>Mon, 26 Nov 2007 06:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107436#M92540</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-26T06:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107437#M92541</link>
      <description>Hi Vikram:&lt;BR /&gt;&lt;BR /&gt;This should be the same as any external program call.  No special libraries are needed.  Depending upon what you want to achieve, you could simply use 'system()'.  Of course, this runs the program defined by its argument and then returns control to the caller.  You could also 'execl' the Perl code replacing your program with it.  Otherwise, perhaps you want to 'fork()' the Perl program (script or module) as a child process of your C code.  For inter-C/Perl communication look to a 'pipe'.  Everything depends upon what you want to do and what control you need to have.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Nov 2007 08:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107437#M92541</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-26T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107438#M92542</link>
      <description>Hi JRF,&lt;BR /&gt;&lt;BR /&gt;  Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt; I want to parse a file so i am plaaning to use PERL script as it will be very easy to parse the file using PERL because buitin functions like split(), chomp() etc,&lt;BR /&gt;&lt;BR /&gt;  After parsing i want to store this contents in a hash table. From this  i can continue the C++ module to work on the same hash table elements.&lt;BR /&gt;&lt;BR /&gt;   this is all i want to achieve.&lt;BR /&gt;&lt;BR /&gt;   Please let me know your inputs to this</description>
      <pubDate>Mon, 26 Nov 2007 08:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107438#M92542</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-26T08:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107439#M92543</link>
      <description>Hi JRF,&lt;BR /&gt;&lt;BR /&gt;  Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt; I want to parse a file so i am plaaning to use PERL script as it will be very easy to parse the file using PERL because buitin functions like split(), chomp() etc,&lt;BR /&gt;&lt;BR /&gt;  After parsing i want to store this contents in a hash table. From this  i can continue the C++ module to work on the same hash table elements.&lt;BR /&gt;&lt;BR /&gt;   this is all i want to achieve.&lt;BR /&gt;&lt;BR /&gt;   Please let me know your inputs to this &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Vikram</description>
      <pubDate>Mon, 26 Nov 2007 08:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107439#M92543</guid>
      <dc:creator>CA1490051</dc:creator>
      <dc:date>2007-11-26T08:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107440#M92544</link>
      <description>Hi Vikram,&lt;BR /&gt;&lt;BR /&gt;from a shell type "perldoc perlembed".</description>
      <pubDate>Mon, 26 Nov 2007 08:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107440#M92544</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-11-26T08:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to call a PERL subroutine from a C/C++ code</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107441#M92545</link>
      <description>Hi Vikram,&lt;BR /&gt;&lt;BR /&gt;if it's more than just a system() or execvp() syscall then&lt;BR /&gt;from a shell type "perldoc perlembed" and read.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2007 08:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-call-a-perl-subroutine-from-a-c-c-code/m-p/4107441#M92545</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-11-26T08:50:45Z</dc:date>
    </item>
  </channel>
</rss>

