<navel gazing>
Recently I had been thinking more and more about what I really want to do with my life (what would I do if I was not a programmer? would I be happier or sadder? blah, blah,...).
So, eventually I came to the conclusion that I should just relax, let myself fall into whatever is coming my way: just let free will or self decide my path and role in life.
I thought this might be a good time to try my first Perl poem. It is supposed to show how at first thinking about this caused me concern, and then BEGINing to relax and just let myself determine my own path and role; not to worry too much.
It compiles, the idea is that you execute it.
</navel gazing>#!perl -w package Role ; use warnings::register ; require strict,@Role::ISA =qw{ warnings }; sub new { my($thought,$path , $God, )=@_; my($self) = $thought -> SUPER::warnif , my($name,$roles , %do )= split /=/, $God;use warnings ; bless \$self;$roles =~s/;//, map {( /My/ && /Self/ && /Path/ ) and push @{ $self->{roles} }, Role->due ( $self->{path} )} split /\s+/, $roles ; warn($path,$name , %do,$roles ,"\n"); BEGIN{return'to',my$self ;}} no warnings ; sub due {} package main ; Role->new (' My ',' Self = Path ;');
In reply to My Self Path by bm
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |