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