> EmbperlObject is doing an implicit import of *.
>
Yes, your $this pointer if always blessed into the '*' file, so your call to
any method in the '*' file doesn't need an import at all.
> 1. If all I want to do is import the file, what should I do? Not
>
27;purchase.html'.
However if the second if condition executes, it doesn't call the
method in purchase.html, it calls the one in *. In fact, I
discovered that the code continues to work even if I don't Execute *.
EmbperlObject is doing an implicit import of *.
1. If all I wan