[Wellington-pm] Things I Don't Use in Perl

Bas A. Schulte basschulte at gmail.com
Thu Sep 8 18:01:57 PDT 2005


On 9-sep-2005, at 12:44, Grant McLean wrote:


> There's an interesting thread on Perl Monks about features of Perl  
> that
> people don't use.  Here, brian d foy contributes his list which  
> includes
> "anything Damian writes":
>
>   http://www.perlmonks.org/index.pl?node_id=486718
>
> To which Damian helpfully responds by posting a list of all his  
> modules
> categorised by the reason you shouldn't use them :-)
>

I'm not sure what to think of a Perl6::* namespace in perl5 code:

package Some::Module;

use Perl6::Export::Attrs;

sub foo :Export(:DEFAULT) {
     print "phooo!";
}

1;




More information about the Wellington-pm mailing list