Acme::Onion - .π§ file extension in Perl.
β― tree examples/lib
examples/lib
βββ Hello.π§
β― cat examples/lib/Hello.π§
package Hello;
sub onion { 'Hello π§
' }
1;
β― perl -Iexamples/lib -MAcme::Onion -MHello -E 'say Hello->onion';
Hello π§
Acme::Onion is a Perl module designed to enable the use of .π§ file extension alongside traditional .pm files. It provides a simple, yet unique way to organize and manage your Perl code.
Copyright (C) kobaken.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
kobaken [email protected]