in reply to Re: Perl complains of redefining undefined module export
in thread Perl complains of redefining undefined module export
it's not normal to do all the exporting in the BEGIN block
I always do. I like for my code to be executed in the order it appears in the file. There's no harm in doing so.
And it's necessary to do so when you have two exporting modules that use each other. Granted, that's also not a normal thing to do.
|
|---|