On 3/13/06, Luke Palmer <[EMAIL PROTECTED]> wrote:
> Well, as Yuval points out, I've been dead for a while, so this bug may
> have already been fixed, but if not:
>
> my $parser = XML::Parser::Lite::Tree::instance();
> my $tree = $parser.parse($xml_data);
>
> Should do the trick. This bug
On 3/13/06, Premshree Pillai <[EMAIL PROTECTED]> wrote:
> On 3/13/06, Luke Palmer <[EMAIL PROTECTED]> wrote:
> > Well, yeah. Just because you're using a Perl 5 module doesn't mean
> > you use Perl 5 syntax.
> >
> > my $tree = XML::Parser::Lite::Tree::instance().parse($xml_data);
>
> Heh. I had
On 3/13/06, Luke Palmer <[EMAIL PROTECTED]> wrote:
> Well, yeah. Just because you're using a Perl 5 module doesn't mean
> you use Perl 5 syntax.
>
> my $tree = XML::Parser::Lite::Tree::instance().parse($xml_data);
Heh. I had tried that already. :-) This is the error I get in this case:
***
On Mon, Mar 13, 2006 at 06:33:06 +, Luke Palmer wrote:
> Luke
Luke! You're back from the dead!
*dance*
--
() Yuval Kogman <[EMAIL PROTECTED]> 0xEBD27418 perl hacker &
/\ kung foo master: /me beats up some cheese: neeyah!
pgpuZTuJK9VUu.pgp
Description: PGP signature
On 3/12/06, Premshree Pillai <[EMAIL PROTECTED]> wrote:
> On 3/13/06, Yuval Kogman <[EMAIL PROTECTED]> wrote:
> > Paste code / errors?
>
> I have this bit of code:
>
> my $tree = XML::Parser::Lite::Tree::instance()->parse($xml_data);
>
> And following's the error Pugs throws out:
>
> unexpe
Author: luqui
Date: Sun Mar 12 22:29:06 2006
New Revision: 8168
Modified:
doc/trunk/design/syn/S02.pod
Log:
Fixed a typo, thanks Douglas Hunter.
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design/syn/S02.
On 3/13/06, Yuval Kogman <[EMAIL PROTECTED]> wrote:
> Paste code / errors?
I have this bit of code:
my $tree = XML::Parser::Lite::Tree::instance()->parse($xml_data);
And following's the error Pugs throws out:
unexpected ">"
expecting ":", term postfix, operator, ";" or "}"
at te
On Sun, Mar 12, 2006 at 21:42:59 +0200, Yuval Kogman wrote:
> You can probably have a shell account on feather.perl6.nl (Juerd
> needs your full name and I don't know if this can be done by proxy
> or not), and definately on my machine, where you can use
> screen/irssi to your heart's content, if
This patch fixes a minor typo in S02.
-- Douglas Hunter
Index: S02.pod
===
--- S02.pod (revision 8142)
+++ S02.pod (working copy)
@@ -498,7 +498,7 @@
Ordinary package-qualified names look like in Perl 5:
-$Foo::Bar::baz # the
On Mon, Mar 13, 2006 at 01:00:42 +0530, Premshree Pillai wrote:
> On 3/13/06, Yuval Kogman <[EMAIL PROTECTED]> wrote:
> > #perl6 on freenode might be a better choice - much more people are
> > active.
>
> I know. I am currently at a friend's place, and seems like (for
> whatever reason), his ISP h
On 3/13/06, Yuval Kogman <[EMAIL PROTECTED]> wrote:
> #perl6 on freenode might be a better choice - much more people are
> active.
I know. I am currently at a friend's place, and seems like (for
whatever reason), his ISP has blocked certain ports (don't ask me to
use a web-based client :-p).
> Ye
On Mon, Mar 13, 2006 at 00:27:32 +0530, Premshree Pillai wrote:
> Hello,
>
> [not sure if this belongs to this list; if not, apologies, and maybe
> point me to the right list]
#perl6 on freenode might be a better choice - much more people are
active.
> New to P6. Just compiled Pugs on OS X, so a
Hello,
[not sure if this belongs to this list; if not, apologies, and maybe
point me to the right list]
New to P6. Just compiled Pugs on OS X, so am just playing around. I
was wondering if there's any XML parsing module available in Pugs. I
saw an XML-SAX in misc/, but was wondering how to use it
Pod::Simple doesn't like the "over" without a "back", which was causing
the following test failure:
t/doc/podNOK 775
# Failed test (t/doc/pod.t at line 60)
# /home/dug/svn/parrot/languages/pugs/pmc/pugsany.pmc (15): =over is the
last thing in the document?!
This pa
Author: autrijus
Date: Sun Mar 12 05:16:44 2006
New Revision: 8123
Modified:
doc/trunk/design/syn/S06.pod
Log:
* S06: Patch from bsb++ to make macros hygienic by default,
with TimToady++'s idea for q:code(:COMPILING) to denote
unhygienicness.
Modified: doc/trunk/design/syn/S06.pod
===
Author: autrijus
Date: Sun Mar 12 05:15:15 2006
New Revision: 8122
Modified:
doc/trunk/design/syn/S12.pod
Log:
* S12: private methods are no longer .:meth, but !meth.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/
On Mar 12, 2006, at 2:55, Joshua Isom wrote:
If the compiler goes through all the constants at compile time to find
identical ones, why not use ".const float number = 0.0"?
That covers only a small part of the problem. 'Const's are still
mutable, they still morph, and PMCs with the same valu
17 matches
Mail list logo