Help for this page

Select Code to Download


  1. or download this
    sub Log::Dispatch::warn {
      my $self = shift;
      $self->warning(@_);
    }
    
  2. or download this
    #!/usr/bin/perl -l
    use strict;
    ...
    $o->buzz('world');
    
    __END__