[EMAIL PROTECTED] wrote... Jonathan edited:

> package TestUtil;

Nope... not if you are using:

> use wcppe::TestUtil('test_msg');

in the script.  They have to match.

The prefered way to write that use is:

use wcppe::TestUtil qw(test_msg);

since you can add extras in easily.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to