modules.perl6.org and BreakDancer – next steps!

About modules.perl6.org Some new variables have been added to make generating site using cron easier. Now it is updated every hour. We don’t have to worry about doing it by … Continue Reading →


Who may I talk to?

Who is who? Who should you talk to? Here’s a small list!   feather.perl6.nl – Juerd, mortiz perl6 organization on github (access etc.) – TimToady, pmichaud, jnthn, sorear, moritz modules … Continue Reading →


modules.perl6.org development.

modules.perl6.org is recently vigorously developed . Tadzik and me were thinking a lot about modules.perl6.org. Initially we wrote the generating script in Perl 6 (using Template::Mojo as template engine insead of HTML::Template), then … Continue Reading →


Hackathon in Oslo.

Hi there! I was on Hackathon in Oslo! It was really nice to meet Perl 6′s developers. At Friday (when I arrived) we had truly awesome evening with tasty food … Continue Reading →


A site with a lot of examples.

Here You can find a lot of interesting examples. We work on adding there new code snippets. I think that it’s a good idea to create an external website with examples … Continue Reading →


Dynamic generation of Frame (and other Widgets) in Tk

How to create a Frame (not only) dynamically? It’s actually easy. We have to destroy old Frame and create new one. This is an example: Selec All Code:1 2 3 4 5 … Continue Reading →


All the possible combinations! #2

Hi! There is something to say about codes from All the possible combinations! #1. The first script has more lines, but it’s not as important as the principle of operation. It … Continue Reading →


Files

In this part some info about operations on files.   We should start from opening files. We can use open() to do this. Selec All Code:1 my $fh = open … Continue Reading →


About “Examples”

What is this about? Simply, I will place code snippets here from different categories. From using variables, subroutines, through junction, file operations up to IO, OO, data structures, modules and … Continue Reading →


All the possible combinations!

It’s time for Perl Six! I want to show You a simple program. What does this program? It’s very simple (as i said ). It runs through a dictionary and puts all … Continue Reading →