https://github.com/multimeric/storable-to-json
Perl script that converts perl storable files to more easily accessible json
https://github.com/multimeric/storable-to-json
Last synced: 10 months ago
JSON representation
Perl script that converts perl storable files to more easily accessible json
- Host: GitHub
- URL: https://github.com/multimeric/storable-to-json
- Owner: multimeric
- License: apache-2.0
- Created: 2016-08-10T01:16:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T02:07:37.000Z (over 9 years ago)
- Last Synced: 2025-06-13T19:02:27.630Z (10 months ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storable to JSON
## Installation
To install the application's dependencies, first ensure you have cpanm installed.
If not, obtain it using:
```bash
cpan App::cpanminus
```
Now to install the dependencies, move into this directory, and run:
```bash
cpanm --installdeps .
```
## Usage
Run this program as follows:
```bash
perl storable-to-json.pl /path/to/storable
```
Options:
* --pretty-print, -p: Outputs to properly indented JSON. Defaults to off.