$really=&love($woman); sub really_love { $her=shift; $to_know=&understand($her); &deep_inside($to_know); sub understand { $her=shift; $every; @thoughts; $thoughts=@thoughts; for($x=0;$x<=$thoughts;$x++) { hear($thoughts[$x]); } @dreams; $dreams=@dreams; for($x=0;$x<=$dreams;$x++ { see($dreams[$x]); } sub hear { $thought=shift; $every.=" ".$thought; } sub see { $dream=shift; $every.=" ".$dream; } return($every); } sub deep_inside { $her=shift; } &give($wings); sub give { $wants_to_fly=shift; $wings; if($wants_to_fly) { $wings=2; } else { $wings=0; } } &find($yourself); sub find { $yourself=shift; lyin($helpless); sub lyin { $in_her_arms=shift; } } return(1); } if($really) { print "Ya know ya really love a woman"; }