<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>perl-beginner at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/perl-beginner/</link>
    <description>Perl Beginners Mailing List</description>

    <item>
      <title>Re: Using System Command in Perl</title>
      <pubDate>Thu, 25 Jun 2009 09:40:30 GMT</pubDate>
      <dc:creator>Shlomi Fish</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26666</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26666</guid>
      <description>... In that case, make sure you use String-ShellQuote: http://search.cpan.org/dist/String-ShellQuote/ Alternatively use open &#39;-|&#39;, @list which is only</description>
    </item>
    <item>
      <title>Re: Using System Command in Perl</title>
      <pubDate>Thu, 25 Jun 2009 07:04:15 GMT</pubDate>
      <dc:creator>vishal thakur</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26665</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26665</guid>
      <description>When executing this command, don&#39;t forget to redirect the STDERR to STDIO, else you won&#39;t be able to figure out the reason why command has failed, so i will</description>
    </item>
    <item>
      <title>Re: Using System Command in Perl</title>
      <pubDate>Wed, 24 Jun 2009 17:12:57 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26663</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26663</guid>
      <description>I TRIED IT THIS WAY.. INCLUDING WITH THE BACK LASHES. But I still get nothing.. And I show nothing ran in task manager.. open my $command, &quot;e:\BMC</description>
    </item>
    <item>
      <title>Re: Using System Command in Perl</title>
      <pubDate>Wed, 24 Jun 2009 16:58:43 GMT</pubDate>
      <dc:creator>Jeff Soules</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26662</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26662</guid>
      <description>Maybe the backtick operator ` `?  (Backtick on my keyboard is the tilde key ~ without shift, but it might be different on your keyboard). ... You&#39;d do my</description>
    </item>
    <item>
      <title>Re: Using System Command in Perl</title>
      <pubDate>Wed, 24 Jun 2009 01:55:57 GMT</pubDate>
      <dc:creator>Dan Stephenson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26661</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26661</guid>
      <description>... Try opening the the command with a piped file handle, like so... the below example will execute a given command and print the output to the screen (you</description>
    </item>
    <item>
      <title>Using System Command in Perl</title>
      <pubDate>Wed, 24 Jun 2009 01:35:21 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26660</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26660</guid>
      <description>Hi, I am writing a perl program to call/ execute another windows program Using the system command. I am trying to get/print the results to see if the command</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Fri, 19 Jun 2009 04:40:02 GMT</pubDate>
      <dc:creator>Robert Lee Binkley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26659</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26659</guid>
      <description>Hope this helps Output: Apples count is:   3 Oranges count is:   3 Pears count is:   3 Src: #!/usr/bin/perl use strict; use warnings; my $count = 0; my</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Thu, 18 Jun 2009 12:22:11 GMT</pubDate>
      <dc:creator>Jeff Soules</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26658</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26658</guid>
      <description>In a Unix environment, the easiest way to sort the file would be to use the sort utility on the file.  But you said you&#39;re running in Windows.  So, since your</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 23:03:18 GMT</pubDate>
      <dc:creator>merlyn@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26657</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26657</guid>
      <description>... Kevin&gt; I have it on order and reading it online now.. I hope by &quot;reading it online&quot; you mean you have a safari.oreilly.com account (or access to it through</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 22:10:29 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26656</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26656</guid>
      <description>Ok. Im stuck again. I need to sort this input file below before my code.. Cant someone help me with this?? ... &lt;mailto:perl-beginner%40yahoogroups.com&gt; </description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 20:59:14 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26655</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26655</guid>
      <description>Thanks. I have it on order and reading it online now.. From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of Jeff Soules </description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 20:54:15 GMT</pubDate>
      <dc:creator>Jeff Soules</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26654</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26654</guid>
      <description>... If you&#39;re learning from books, I cannot recommend _Learning_Perl_ highly enough.  It&#39;s got a very intelligent presentation order, tons of useful example</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 20:50:25 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26653</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26653</guid>
      <description>Thanks. I am reading on hashes now and practicing on how to use them. I have not taken any perl classes.. I just started reading the books. From:</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 20:46:57 GMT</pubDate>
      <dc:creator>Jeff Soules</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26652</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26652</guid>
      <description>You&#39;ve had prior experience with other programming languages, right? Using substr() this way is a very C or Java way of doing things. Read up on hashes</description>
    </item>
    <item>
      <title>Re: Newbie question</title>
      <pubDate>Wed, 17 Jun 2009 20:42:41 GMT</pubDate>
      <dc:creator>Kevin Patterson</dc:creator>
      <link>http://tech.groups.yahoo.com/group/perl-beginner/message/26651</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/perl-beginner/message/26651</guid>
      <description>I fixed it. #!/usr/bin/perl #use warnings; #use diagnostics; my $count = 0; @client = qw(apples oranges pears kiwi); $Input_File=&quot;crapdata1.txt&quot;; open(INP,</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 13:13:37 PDT 2009 -->
