Random Project

Fantastic work!!!

Fantastic work und respect. You need to make small change to work with Perl v5.18.
Line 327 was:
print “@_” if (defined @_);

Changed to:
print “@_” if @_;