Help for this page

Select Code to Download


  1. or download this
    # Pretty() filters Data::Dumper output to join up short related lines.
    # This makes it a lot easier to read a typical hash structure.
    ...
    
        return join("\n", @dst) . "\n";
    }
    
  2. or download this
    bless( {
      HANDLERS => {},
    ...
        Actor => bless( {}, 'Actor' )
      }
    }, 'Antic::Item' )