<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Perl 6 Forum RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest threads from the 'Perl 6' forum at Programmer's Heaven, excluding replies.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Thu, 24 Jul 2008 13:41:59 -0700</pubDate>
    <lastBuildDate>Thu, 24 Jul 2008 13:41:59 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Programme arguments</title>
      <link>http://www.programmersheaven.com/mb/Perl6/371359/371359/ReadMessage.aspx</link>
      <description>Hi there,&lt;br /&gt;
&lt;br /&gt;
I am wondering if it is possible to gather information regarding a programme that must be executed via perl, regarding the programmes arguments. I want to automate the execution of a different programmes but want to query which arguments are necessary beforehand, so I know how many parameters to include.&lt;br /&gt;
&lt;br /&gt;
I look forward to hearing from you.&lt;br /&gt;
s.&lt;br /&gt;</description>
      <pubDate>Sun, 20 Apr 2008 11:17:08 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>to enter a phone no</title>
      <link>http://www.programmersheaven.com/mb/Perl6/359869/359869/ReadMessage.aspx</link>
      <description>hi  &lt;br /&gt;
   i want to get a errror message if  i enter a string value instead of integer in  a text field&lt;br /&gt;
         can anybody plz help me&lt;br /&gt;</description>
      <pubDate>Sat, 26 May 2007 03:02:52 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>Perl 6 regexes via Pugs</title>
      <link>http://www.programmersheaven.com/mb/Perl6/349491/349491/ReadMessage.aspx</link>
      <description>Dear Jonathan,&lt;br /&gt;
&lt;br /&gt;
I am trying to learn Perl 6 regexes via Pugs.  I have the current win32 binary build (which includes a parrot.exe) available from the pugscode.org .&lt;br /&gt;
&lt;br /&gt;
I get a parsing error on the pattern of any Perl 6 regex example I try and I think it maybe because Parrot is not being embedded or externally linked properly into the pugs.exe.  Are there some environment variables or pugs environment commands I need to effect to get parrot to get asked to parse for pugs?&lt;br /&gt;
&lt;br /&gt;
The error I get for perl 6 regexes (eg. for an example:&lt;br /&gt;
&lt;br /&gt;
$string= "abacadabra";&lt;br /&gt;
    &lt;br /&gt;
$string ~~ m/a(.*)a/;      )  is&lt;br /&gt;
&lt;br /&gt;
*** Cannot parse PGE: a(.*)a&lt;br /&gt;
&lt;br /&gt;
It doesn't make any difference whether the pattern is a(.*)a or something simpler or more complex - pugs can't parse the regex pattern whatever it is.&lt;br /&gt;
&lt;br /&gt;
By the way, if there's some OTHER way than win32 binary-build pugs.exe to try out perl 6 regexes I would be very grateful for that just as well. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
&lt;br /&gt;
Peter Schwenn&lt;br /&gt;</description>
      <pubDate>Thu, 23 Nov 2006 12:25:19 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>about perl6</title>
      <link>http://www.programmersheaven.com/mb/Perl6/348276/348276/ReadMessage.aspx</link>
      <description>what does this perl6 means and what is basic platform of this language and what type of task will it perform and how will it be helpful for programmers in future?please reply me back for my questions&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Sat, 04 Nov 2006 06:09:03 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>hi, please give us some adivce and idea about our project</title>
      <link>http://www.programmersheaven.com/mb/Perl6/348019/348019/ReadMessage.aspx</link>
      <description>Hi, we just finish a project about a net shopping community at &lt;a href="http://netshopkey.com"&gt;http://netshopkey.com&lt;/a&gt; please visit us and give us some feedback, idea and advice.  Very thankful&lt;br /&gt;</description>
      <pubDate>Wed, 01 Nov 2006 01:06:02 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>Automatic html doc conversion to pdf</title>
      <link>http://www.programmersheaven.com/mb/Perl6/347924/347924/ReadMessage.aspx</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I need to get the following done:&lt;br /&gt;
&lt;br /&gt;
I run a website, which once the reservation has been made (car hire reservations), the client can see his voucher online, shown in a html page.&lt;br /&gt;
Now, instead of the html page, would like to get it as pdf document delivered.&lt;br /&gt;
How can this be done?&lt;br /&gt;
Also, would like that DB automatically creates the voucher in pdf format and sends it by email to client.&lt;br /&gt;
&lt;br /&gt;
Any solutions on this?&lt;br /&gt;
Thanks&lt;br /&gt;</description>
      <pubDate>Mon, 30 Oct 2006 18:09:17 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>Bagging, Boosting</title>
      <link>http://www.programmersheaven.com/mb/Perl6/347179/347179/ReadMessage.aspx</link>
      <description>Anybody who can share me Bagging, Boosting or AdaBoost codes?&lt;br /&gt;
&lt;br /&gt;
Please help! Thanks!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 00:59:42 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>Perl 6 FAQ Launched!</title>
      <link>http://www.programmersheaven.com/mb/Perl6/346616/346616/ReadMessage.aspx</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Today Programmer's Heaven has launched a Perl 6 FAQ, answering over 115 questions about Perl 6. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.programmersheaven.com/2/Perl6-FAQ"&gt;http://www.programmersheaven.com/2/Perl6-FAQ&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
There's also a step-by-step guide to writing and running your first Perl 6 program (if you've never written and run one before, of course &lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.programmersheaven.com/2/Perl6-QuickStart"&gt;http://www.programmersheaven.com/2/Perl6-QuickStart&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
All feedback, comments and questions welcome on this forum.&lt;br /&gt;
&lt;br /&gt;
Enjoy,&lt;br /&gt;
&lt;br /&gt;
Jonathan&lt;br /&gt;
&lt;em&gt;Programmer's Heaven&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###&lt;br /&gt;
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&amp;amp;&amp;amp;&lt;br /&gt;
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;&lt;br /&gt;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");&lt;br /&gt;</description>
      <pubDate>Wed, 11 Oct 2006 03:00:10 -0700</pubDate>
      <category>Perl 6</category>
    </item>
    <item>
      <title>Welcome to the Perl 6 message board!</title>
      <link>http://www.programmersheaven.com/mb/Perl6/346345/346345/ReadMessage.aspx</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Here at Programmer's Heaven we like to keep up with the latest stuff. One of my areas of interest is in programming language design and semantics, so covering new languages or updates to languages is always great fun for me.&lt;br /&gt;
&lt;br /&gt;
Perl 6 is on its way and looks like being well worth the wait. We'll be introducing content relating to Perl 6 on Programmer's Heaven over the coming weeks and months and (hopefully!) years, and this forum provides a place to discuss the new language.&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;
&lt;br /&gt;
Jonathan&lt;br /&gt;
&lt;em&gt;Programmer's Heaven&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
###&lt;br /&gt;
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&amp;amp;&amp;amp;&lt;br /&gt;
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;&lt;br /&gt;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");&lt;br /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:43:21 -0700</pubDate>
      <category>Perl 6</category>
    </item>
  </channel>
</rss>