« mars 2006 | Main | maj 2006 »

april 27, 2006

#!/usr/bin/perl -w

use strict;

my $end;

$end = 'enc';

++$end;

print $end . "\n";