It's been a while since I've posted anything here. I've recently gotten into a relationship, and I did not want to neglect her, so I had to take a break from the Perl Monk thing ;). This one is the longest I've ever written, and I hope the readmore tags work (I've never used them before).
As a matter of fact, it's been a while since I've written any perl, so this is most likely filled with errors. I tried to catch what I could before I post, but you know how it is. . . not matter how much time you spend looking over something before you most, you manage to miss something. I will also go with the excuses it's late, so I'll probably be able to make fixes when I get a fresh start tomorrow morning ;).
$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";
}
(Must be tired, for got to include the following information the first time around ;). . .
For those who it isn't obvious, this is from "Have You Ever Really Loved a Woman?" By Bryan Adams (I'll listen to just about anything ;). It's always nice to give credit ;).
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.