in reply to Re: change your attitude
in thread change your attitude

How about:

if ($things ne 'good') { if ($things->can ('change')) { change $things; } else { change($attitude->{"life"}) or life("ends"); } }

pike

Replies are listed 'Best First'.
Re: Re: Re: change your attitude
by TomK32 (Monk) on Nov 23, 2001 at 17:21 UTC
    if ($things->can ('change')) { change $things;
    I belief that you can change anything and so this if-clause ain't necessary. If you don't believe me, remeber the saying "There's more than one way to do it!"