On Mon, Apr 11, 2005 at 06:29:44PM +0200, BÃRTHÃZI AndrÃs wrote:
> I've added a subroutine call into the http-server.p6 example file, and 
> it's not working (no reply from the server, no output from the 
> subroutine) because of it. Do I something not allowed, or is there a bug?

For now you need to bring the

    sub test() {
        say "Hello from the test!";
    }

before the actuall call, for it to resolve.  You will be able to
move it to the bottom once we have BEGIN{} support.

Thanks,
/Autrijus/

Attachment: pgpd4peAzRzr1.pgp
Description: PGP signature

Reply via email to