Hello everyone!

This is my fist and simple but not very obfu (compared to titans already posted) perl program. I posted it so you can mock, err.. praise my skills :-)
It's dedicated to my girlfriend, Nicole; hence the output is what it is. I'm planning to have it printed on a T-shirt.

#!/usr/bin/perl print map{chr(1+2**5+5*$_)}split//,(eval{@n=split//,'1110011111'; map{$s+=2**(@n-1)*(shift @n)}@n;$s;}),"\n";

Cheers!

Update:

Meanwhile in the nearest galaxy I have put this on my t-shirt:

#!/usr/bin/perl $d=sub{@n=map{&$x($_)} split//,$_[0]; map{$s+=2**(@n-1)*(shift @n)}@n;$s;}; $y=sub{NIKDDVTNNS}; $x=sub{(ord$_[0]) >(2**6+6)?1:0};print map{chr(1+2**5+5 *$_)}split//,(&$d(&$y));
I wonder if in ten years I will be able to decipher it :-)