[ic] Trouble with AutoLoad..

Rene Hertell interchange-users@icdevgroup.org
Thu Aug 1 17:58:01 2002


Hi guys,

I have been struggling with the AutloLoad routine for a while now, and my
head starts to hurt. What I need is was discussed in this thread
http://www.icdevgroup.org/pipermail/interchange-users/2002-August/023871.htm
l but I haven't got it to work.

After a while I simplified the autoload thing to the following code, but it
seems not to work either...

Autoload <<EOS
sub
    {
        $CGI->{test_value} = "Test";
    }
EOS

Is there any Perl module that I need in order to get AutoLoad to work, or
should this work just as it is..
Anyway, this small test does not return anything in the [cgi test_value]
variable..


Is there something that I have completely missed, or is it just that I'm not
understanding anything from Perl? :-)


Regards, Rene