#!/usr/bin/perl
if ($pid = fork) {
print "Eat your cake\n";
}
else {
print "Have your cake\n";
}
Comment on
Have your cake and eat it too!
Back to
Perl Poetry