Hello Gavin Gavin Bowlby am Freitag, 20. Januar 2006 01.43: [...] > I probably wasn't clear in my original posting, the problem I'm having > is that the code sample I gave *does* compile successfully,
I don't think so, because you try to use packages that are not declared. > without > errors. I don't need to export anything to get it to compile > successfully. > > I want it to *fail* compilation with an error callout about a parameter > count mismatch. [...] Your code in the first post misses a lot of things, for example the package declarations, 'use strict', 'use warnings', the usage of the Exporter module (or calling the sub qualified with the package name) as Jimmy said. This makes it difficult to help you. Please post the actual test code you tried (trimmed to the relevant parts). greetings joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>