X-Git-Url: http://rtime.felk.cvut.cz/gitweb/edu/osp-wiki.git/blobdiff_plain/d43d01f7f9f27a7e1d2ed38c5851f7d8b70a9439..e12191e99a2136639e2452e5690239ee9b5354a5:/student/projects.pl diff --git a/student/projects.pl b/student/projects.pl index 380c2559..d35f490d 100755 --- a/student/projects.pl +++ b/student/projects.pl @@ -5,7 +5,7 @@ use Data::Dumper; my %projects; -foreach my $year (qw/2010 2011 2012 2013/) { +foreach my $year (qw/2010 2011 2012 2013 2014/) { open LIST, "projects$year"; while () { chomp;