I have placed that files in C:\Perl\site\lib\Apache2\Hello.pm
but still it gives the error..
On Mon, Apr 13, 2009 at 10:33 PM, Randy Kobes wrote:
> On Mon, Apr 13, 2009 at 11:57 AM, sandhya pawar
> wrote:
> > File does not exist: C:/Program Files/Apache Software
> > Foundation/Apache2.2/htdocs/
On Mon, Apr 13, 2009 at 10:54 PM, Roberto C. Sánchez
wrote:
> The entire Example/Image.pm:
I don't see you exporting get_image_data. Do you call it with a
fully-qualified name then? e.g. Example::Image::get_image_data().
- Perrin
On Mon, Apr 13, 2009 at 10:12:27PM -0400, Perrin Harkins wrote:
>
> In your Image.pm module, do you declare a package name? Do you export
> get_image_name()? How do you load this module in your new Mason
> setup?
>
The entire Example/Image.pm:
--8<-->8--
package Exampl
On Mon, Apr 13, 2009 at 8:21 PM, Roberto C. Sánchez
wrote:
> I've been dealing with trying to figure out an "Undefined subroutine"
> error on one of my sites. At first I thought it was something to do
> with Apache::ASP, so I sent a message requesting help to that list:
> http://mail-archives.apa
So,
I've been dealing with trying to figure out an "Undefined subroutine"
error on one of my sites. At first I thought it was something to do
with Apache::ASP, so I sent a message requesting help to that list:
http://mail-archives.apache.org/mod_mbox/perl-asp/200811.mbox/thread
However, even aft
On Solaris and Mac OS you could actually use a dtrace-enabled Perl. You
only get sub entry / exit but you can infer a call graph from that.
dtrace is on FreeBSD too, but kernel only atm. Work is in on-going for
userland. It might make it in 8.0 or 8.x
--
-
On Mon, Apr 13, 2009 at 11:57 AM, sandhya pawar
wrote:
> File does not exist: C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/hello.pm
> It gives the above error?
Hello.pm (containing Apache2::Hello) should be placed within your Perl
directory (eg, C:\Perl\site\lib\Apache2\Hello.pm
File does not exist: C:/Program Files/Apache Software
Foundation/Apache2.2/htdocs/hello.pm
It gives the above error?
On Fri, Apr 10, 2009 at 10:57 PM, Randy Kobes wrote:
> On Thu, Apr 9, 2009 at 2:53 AM, sandhya pawar
> wrote:
>
> > On Thu, Apr 9, 2009 at 10:12 AM, Jeff Soules wrote:
> >>
>