#!/usr/bin/perl -w $star->{light}++; $star->{bright}++; $me->{seen_tonight}[0]=$star; $me->$_('wish') foreach qw(may might); $me->wish(upon => $star, outcome => 'grant', when => 'tonight'); '???';

Try running it, and ponder it's deeper meaning.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Replies are listed 'Best First'.
Re: Star light / star bright.
by mowgli (Friar) on Mar 04, 2003 at 12:43 UTC
    $ ./starbright.pl
    Useless use of a constant in void context at ./starbright.pl line 7.
    Can't call method "may" on unblessed reference at ./starbright.pl line 5.
    $
    

    Mmmmmm... my life seems to be full of useless and/or unblessed things lately.

    --
    mowgli