Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE qw(in); 
    $collection=$ie->getAgent(); 
    ...
    foreach $value (in $collection) {
        print keys %$value;
    }
    
  2. or download this
    $filename= %$value->{Name};'