In one of my perl scripts, I have the following line:

use Net::SSLeay qw(post_https make_headers make_form);

The interpreter accepts the top line just fine but sometime later in
the script it dies on:

post_https($host, $port, $script, '',make_form(

and I get the following error:

undefined subroutine &main::make_form

I am not an expert in Perl and I am just wondering if anyone can shed
some light.

Thanks,
Scott

Reply via email to