RE: Modules not functioning correctly

2003-07-27 Thread Cameron B. Prince
Hi Justin, You may know this already, if so, sorry... I'm using packages with my Embperl project too... To troubleshoot them, you can actually use Vim to run perl against them. Open your package in vi or vim (vi is an alias for Vim on RH when it's installed) and do the following: Shift g (move

RE: Modules not functioning correctly

2003-07-27 Thread Justin Harrison
I figure this might be mentionable (Not that I want to flood the mailing list or anything - Sorry everyone!) - I've been running a dev build of Embperl b9 for a few months now, which is what may have attributed to some instability. Last night I upgraded to the newest build from June, however. Is th

RE: Modules not functioning correctly

2003-07-27 Thread Justin Harrison
After I had just restarted apache I tried to run one Embperl page and received: [Sun Jul 27 14:32:04 2003] [error] [30184]ERR: 24: Error in Perl code: Undefined subroutine &Embperl::__6::helpform called at /home/zo/zo/lib/zoweb/help/help.pm line 8. Again, the same code area - trying to use a s

RE: Modules not functioning correctly

2003-07-27 Thread Justin Harrison
[Sun Jul 27 14:26:25 2003] [error] [30184]ERR: 24: Error in Perl code: Undefined subroutine &Embperl::__5::signupform called at /home/zo/zo/lib/zoweb/signup/signup.pm line 8. [Sun Jul 27 14:26:36 2003] [notice] child pid 7437 exit signal Segmentation fault (11) This is after apache has definite

RE: Modules not functioning correctly

2003-07-27 Thread Cameron B. Prince
> All the files are uniquely titled. i.e, there is only one code.pm, one > rules.pm, etc. Many other embperl pages "use" rules.pm, but > they are all the > same files. I have noticed this behavior on occasion. I tracked it down to a problem with my code in a specific block. I only got the error w