Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Data::Dumper;
    ...
        print "Path=[$obj->{Path}] rc=[$rc]\n";
        print Data::Dumper->Dump([$sec], [qw(*sec)]);
    }
    
  2. or download this
    Path=[d:\Programming] rc=[0]
    $sec = undef;