Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    is $json->{template}, '{"data": jsondata}', 'JSON OK';
    
    done_testing;
    
  2. or download this
    package Service;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package Service::XML;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    package Service::JSON;
    use strict;
    ...
    }
    
    1;