modules.perl6.org and BreakDancer – next steps!
- By sergot
- 15 September, 2012
- No Comments
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?
- By sergot
- 7 September, 2012
- 4 Comments
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.
- By sergot
- 2 September, 2012
- 2 Comments
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.
- By sergot
- 29 April, 2012
- No Comments
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.
- By sergot
- 22 April, 2012
- No Comments
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 →
All the possible combinations! #2
- By sergot
- 10 April, 2012
- No Comments
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
- By sergot
- 20 January, 2012
- No Comments
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”
- By sergot
- 10 January, 2012
- No Comments
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!
- By sergot
- 21 September, 2011
- No Comments
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 →
