http://www.perlmonks.org?node_id=914020


in reply to When I die, I will...

Hate to be a party pooper but aren't most of you guys religious? If so I would think your answer would be Go To Heaven.

Replies are listed 'Best First'.
Re^2: When I die, I will...
by luis.roca (Deacon) on Jul 12, 2011 at 23:12 UTC
     "Hate to be a party pooper but aren't most of you guys religious?"

    The Monastery is pretty diverse in that regard. See: Religion in the Monastery. for a sampling of members' views.


    "...the adversities born of well-placed thoughts should be considered mercies rather than misfortunes." — Don Quixote
Re^2: When I die, I will...
by soniamdisappoint (Initiate) on Jul 19, 2011 at 02:56 UTC
    That would kinda imply using a "goto". Good practice would be "use afterlife; &heaven".
    Just Another Perl, Python, Ruby and C hacker.

      No no no. The modern, structured replacement for GOTO (long jump) is exceptions.

      while(1) { # eternal ... if ( -T _ ) { # terminal. yuk yuk die "OUTAHERE"; # or croak } }
      I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
      But that would imply a return...

      or maybe goto &heaven containing an infinite loop? So death is just a form of AUTOLOAD.