Can anyone tell me, please, how to use a VB class from within perl ASP code.
Specifically, I'm trying to make use of the Free ASP Upload class (www.freeaspupload.net) from within an ActiveState ASP Perlscript. So I'm trying to code the equivalent of these lines:
Dim Upload
Set Upload = New FreeASPUpload
Upload.Save("D:\web\temp")