The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Dochazka::REST::Util - miscellaneous utilities

VERSION

Version 0.173

SYNOPSIS

Miscellaneous utilities

    use App::Dochazka::REST::Util::Timestamp;

    ...

EXPORTS

This module provides the following exports:

deep_copy (function)

FUNCTIONS

deep_copy

Make a deep copy of a data structure, replacing code references with a scalar 'CODEREF' so they can be JSON->encoded. Taken from

    http://www.perlmonks.org/?node_id=620173