Perl/Object-Simple.md
... ...
@@ -190,4 +190,6 @@ displayname: 山田 太郎
190 190
- [GitHub:yuki-kimoto/Object-Simple](https://github.com/yuki-kimoto/Object-Simple) Simplest class builder, Mojo::Base porting, fast and less memory
191 191
- [Object::Simple](http://d.hatena.ne.jp/perlcodesample/20160912/1473688503) 簡単すぎるクラスビルダー、Mojo::Baseの移植、速くて省メモリ【日本語訳】 - Perlゼミ(サンプルコードPerl入門)
192 192
193
+- [PerlMonks:Defining classes and inheritance using packages within a single .pl file, without creating modules](https://www.perlmonks.org/?node_id=586646)
194
+
193 195
- [MetaCPAN:overload](https://metacpan.org/pod/overload) Package for overloading Perl operations