<?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: execution perl scripts in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360212#M124845</link>
    <description>I am assuming I do not need the "cmd /c" since I am using Linux. just "./example.pl"</description>
    <pubDate>Tue, 26 Jul 2011 16:19:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-26T16:19:42Z</dc:date>
    <item>
      <title>execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360210#M124843</link>
      <description>Does Talend have the ability to execute a perl script that was written outside of Talend?&lt;BR /&gt;For example can I create a job that calls any random perl script and executes that script? &lt;BR /&gt;I want to write the Talend job in Java.</description>
      <pubDate>Sat, 16 Nov 2024 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360210#M124843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360211#M124844</link>
      <description>Hi 
&lt;BR /&gt;Yes, it is possible, you can use a tSystem comonent to execute the command as below in a Java job. 
&lt;BR /&gt;"cmd /c perl FilePath/example.pl" 
&lt;BR /&gt;Note that, there should be a perl installation on the machine and set &amp;lt;perl installation path&amp;gt;/bin to the system variable PATH. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 26 Jul 2011 03:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360211#M124844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T03:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360212#M124845</link>
      <description>I am assuming I do not need the "cmd /c" since I am using Linux. just "./example.pl"</description>
      <pubDate>Tue, 26 Jul 2011 16:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360212#M124845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T16:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360213#M124846</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am assuming I do not need the "cmd /c" since I am using Linux. just "./example.pl"&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi 
&lt;BR /&gt;Yes, you are right, on linux platform, 
&lt;BR /&gt;"perl filepath/example.pl"
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 27 Jul 2011 02:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360213#M124846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-27T02:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360214#M124847</link>
      <description>Is there a way to execute standalone perl scripts that are on a different server then the execution server using tSystem component?</description>
      <pubDate>Wed, 10 Aug 2011 22:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360214#M124847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-10T22:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360215#M124848</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Is there a way to execute standalone perl scripts that are on a different server then the execution server using tSystem component?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;No, but I think we could develop a component call tPerl just like the tPerl component in Perl project.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 11 Aug 2011 01:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360215#M124848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T01:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: execution perl scripts</title>
      <link>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360216#M124849</link>
      <description>You can use tSSH component to run any program (perl or not) on a distant server</description>
      <pubDate>Thu, 18 Aug 2011 21:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/execution-perl-scripts/m-p/2360216#M124849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-18T21:54:17Z</dc:date>
    </item>
  </channel>
</rss>

