Help for this page

Select Code to Download


  1. or download this
        SOMECLASS->_addbuf($buffer) if $buffer && @$buffer;
    
  2. or download this
    sub _addbuf {
        print STDERR "_addbuf(", Dumper(\@_), ")\n";
    ...
           print STDERR "making a new item...\n";
        }
    }