Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    mix ( $whisperer, 'mixin_shadow' );
    $whisperer->speak;
    print "whisperer is still an Object\n"  if  $whispererpk->isa('Object'
    +);
    
  2. or download this
    sub mix {
      my ( $object, @classes ) = @_;
    ...
      };
      bless $object, $package_name;
    }
    
  3. or download this
    <blob_element>
      <name>picture</name>
      <mixin>XML::Comma::Mixin::Standard_Image</mixin>
      <mixin>XML::Comma::Mixin::Auto_Versioning</mixin>
    </blob_element>