| Data-Decode documentation | view source | Contained in the Data-Decode distribution. |
Data::Decode::Chain - Chain Multiple Decoders
Data::Decode->new(
strategy => Data::Decode::Chain->new(
decoders => [
Data::Decode::Whatever->new,
Data::Decode::SomethingElse->new
]
)
);
| Data-Decode documentation | view source | Contained in the Data-Decode distribution. |