blazix has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: cannot Access the sub-routine
by Joost (Canon) on Jul 19, 2004 at 16:56 UTC
    "A blank screen" might be caused by your web browser not accepting a missing tag in your HTML. It tells you hardly anything about the problem.

    Most web-servers have error logs, look at the logs for yours to see if it tells you anything useful.

    Alternatively, running the program from the command line and looking at the output usually helps me.

    If that doesn't help, post the code for both files here, so we can see what's wrong.

    A reply falls below the community's threshold of quality. You may see it by logging in.