An open API service indexing awesome lists of open source software.

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

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.