Hi all,
I problem with work Objects. The next code work fine with ASP

<%
    Set filesystem = CreateObject("Scripting.FileSystemObject")
    Set folder = filesystem.GetFolder(server.mappath(mypath))
    Set subfolders = folder.SubFolders
    Set filecollection = folder.Files
%>

now the same code with Apache::ASP, I see the documentation objects and the
syntaxis is:

$Server->CreateObject($program_id)

But I don't found the examples or documentation where can make the
convertion to Apache::ASP

any idea found search ?

Regards


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to