Hi, i have this code :
 opendir(DIR,"$_Globals{CDROM}:/DHS3MGR/$_Globals{TEL_VERSION}/DHS3Linux");
 
 foreach (readdir(DIR)){
        unless (/([Comm]+)/){
            $box3->insert('end', $_);
        }
    }
    closedir(DIR);
    
I wanted to have all that there is in DIR except the directory Comm it works 
great but if i have others directories which contains c o m i don't have it and 
i wanted not to take only the directory Comm and take all others directories.

Where is my mistake.
Thanks.     


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to