RE: class introspection and extention

2006-06-14 Thread Conrad Schneiker
> From: max demmelbauer [mailto:[EMAIL PROTECTED] [...] > i am new to this list. > i wrote a small web-framework called webtek ( http://max.xaok.org/ > webtek ) in perl 5.8 and try now to port this to perl6 (inspired by Unfortunately I only know very few German words, but webtek looks very interes

Re: class introspection and extention

2006-06-12 Thread Thomas Wittek
max demmelbauer schrieb: > * how can i serialize objects (like the use Storable qw(freeze thaw) in > perl5.8) Try $object.perl(.say) as stated in http://svn.openfoundry.org/pugs/docs/articles/tpr.pod (or http://gedankenkonstrukt.de/perl6doc/articles/tpr.html ;) ) -Thomas

class introspection and extention

2006-06-12 Thread max demmelbauer
hello.. i am new to this list. i wrote a small web-framework called webtek ( http://max.xaok.org/ webtek ) in perl 5.8 and try now to port this to perl6 (inspired by the speak from juerd at the austrian perl workshop :). but i have some problems: * how can i serialize objects (like the us