in reply to Simple module crashes on remote server

@EXPORT = qw( &get_msg );
should be
@EXPORT = qw( get_msg );
(forget that, doesn't mean anything)

Update: What exactly is the problem you're having? try adding -w to the script to actually see the errors if any.


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

Replies are listed 'Best First'.
Re^2: Simple module crashes on remote server
by wfsp (Abbot) on Jul 13, 2004 at 10:46 UTC
    Hi,
    Undefined subroutine &main::get_msg
    wfsp