https://github.com/sergot/vsoope
Very Simple OO in Perl Example
https://github.com/sergot/vsoope
Last synced: over 1 year ago
JSON representation
Very Simple OO in Perl Example
- Host: GitHub
- URL: https://github.com/sergot/vsoope
- Owner: sergot
- Created: 2013-12-16T19:48:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T13:31:27.000Z (about 12 years ago)
- Last Synced: 2025-01-03T21:40:57.971Z (over 1 year ago)
- Language: Perl
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vsoope
======
Very Simple OO in Perl Example
This is only an example (not complete distribution), for educational purposes.
To run:
perl -I./lib animals.pl
Have fun!
For simplier OO in Perl, see Moose.