Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $sName = 'undef' unless defined($sName);
      print STDERR "Name via Thilosophy method: <$sName>\n";
    }
    
  2. or download this
    Dumping CODE(0x81a8e60) in MODIFY_CODE_ATTRIBUTES:
    Warning: could not find name for CODE(0x81a8e60) at Monks/Snippet.pm l
    +ine 23.
    ...
    
    Dumping CODE(0x81a8e60) in BEGIN block after compilation.
    Name via Thilosophy method: <bar>