Help for this page

Select Code to Download


  1. or download this
    use IO::All;
    
    ...
      my ($file, $level, $message) = @_;
      $file->print($message) if $level < $DEBUG_LEVEL;
    }
    
  2. or download this
    package Thingy;
    
    ...
      # in here we completely ignore $self and do
      # lots of manipulation of $parent
    }