Re: Strawberry's GCC and __attribute__((weak))
[email protected] (Olivier Mengué) Thu, 13 Sep 2012 11:04:14 +0200
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <CAEWvDFKJM6ZbErkwfqZq5sM1RA6ujrCEYzQjWWu5pW62fh=WUw@mail.gmail.com> |
2012/9/12 Andrew Pennebaker <[email protected]> > I love how you can bundle a framework and CLI in the same Perl script, by using unless(caller) { main; }. For lack of a better name, I've started calling this behavior > scriptedmain<https://github.com/mcandre/scriptedmain/tree/master/perl> > . > > In the Perl world this is called "modulino". http://slideshare.net/brian_d_foy/advanced-modulinos Olivier.