Hi , I have two scripts. base.htm index.htm ----------
index.htm :
[-
sub test {
return 'wellcome';
}
-]
base.htm :
[- Execute ({inputfile => '*' , import => 1 }) -]
[+ test () +]
When I run index.htm then base.htm return error , because no find
subroutine test. Subroutine test don't import to base.htm . Why ?
Thanks , Rado.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
