Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/perl-scalar-util-instance
Scalar::Util::Instance @ CPAN
https://github.com/gfx/perl-scalar-util-instance
Last synced: 26 days ago
JSON representation
Scalar::Util::Instance @ CPAN
- Host: GitHub
- URL: https://github.com/gfx/perl-scalar-util-instance
- Owner: gfx
- Created: 2009-10-26T05:51:10.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-26T05:58:19.000Z (about 15 years ago)
- Last Synced: 2023-04-09T21:19:23.869Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Scalar::Util::Instance.
INSTALLATION
Scalar::Util::Instance installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan Scalar::Util::Instance
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
Scalar::Util::Instance documentation is available as in POD. So you can do:
$ perldoc Scalar::Util::Instance
to read the documentation online with your favorite pager.
Goro Fuji (gfx)