Hi, I have this:

opendir(DIR,"$_Globals{CDROM}:/DHS3MGR/$tel_version/DHS3Linux");
foreach (readdir(DIR)){
        unless (/([Comm]+)/){
            $box3->insert('end', $_);
        }
        
$box3 is a browse entry.
It works fine but

My problem is there is a file under DHS3MGR and not only a 
directory($tel_version) it didn't work
Why? 
Thanks.     




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

Reply via email to