Hello, now I am a newbie to perl & would like to
migrate my existing knowledge...

Would anypone give me a crash course here... how would
my following short vbscript correspond in perl.????

Set objShell = CreateObject ("Shell.Application")
Set objFSO =
CreateObject("Scripting.FileSystemObject")
strFolder = "s:\Filing 2003"
strFolder2 = "s:\Filing 2004\"
Set objFolder = objShell.Namespace (strFolder)
For Each strFileName in objFolder.Items
        If strFileName.Type = "File Folder" Then
                Set objFolder = objFSO.CreateFolder(strFolder2 &
strFileName.Name)
        End If
Next


Have a happy new year!

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to