pugscode.org/ | nopaste: sial.org/pbot/perl6 | ?eval [~] <m oo se> | We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/
Set by diakopter on 11 July 2007.
Khisanth hrm embedded parrot is currently not working? 00:05
Caelum Khisanth: not in pugs, afaik 01:16
avar 2C2C2A 03:19
avar |2C\ 13:00
lichtkind does anybody know why the synopses has =head1 Title and not Name like the rest of POD? 13:04
pbuetow no 13:31
wolverian I don't :)
InVaDeR_7 hi there 16:17
i want a little help
i use ubuntu
and i want to check with perl if a process is running... and if not.. to run it 16:18
it is easy ?
allbery_b if it's not perl 6, try ##perl instead 16:19
InVaDeR_7 thanks 16:19
pmurias pugs: say VAR(&say) 17:43
exp_evalbot OUTPUT[<SubPrim(say)>␤]
pmurias pugs: say &say 17:44
exp_evalbot OUTPUT[<SubPrim(say)>␤]
pmurias pugs: say my $var=1;say VAR($var)
exp_evalbot OUTPUT[1␤1␤]
pmurias what are the methods required for a container in perl6? 17:45
* Perl 6
pmurias fglock: what do the containers have to support is it just FETCH and STORE or is it more? 18:51
thought a bit about kp6-Moose, it might not be a bad idea if it was possible to do containers with tie and Data::Bind 19:02
Khisanth hrm so ... I have pugs built, now what? :) 22:00