2006-05-17から1日間の記事一覧
IE7を複数立ち上げると落ちることが発覚してますが、 #!/perl/bin/perl use Win32::OLE; use Win32::ODBC; use strict; my $dsn="websearch"; my $uid="himitsu"; my $pwd=""; my $IE = Win32::OLE->new('InternetExplorer.Application'); $IE->{visible} = …
IE7を複数立ち上げると落ちることが発覚してますが、 #!/perl/bin/perl use Win32::OLE; use Win32::ODBC; use strict; my $dsn="websearch"; my $uid="himitsu"; my $pwd=""; my $IE = Win32::OLE->new('InternetExplorer.Application'); $IE->{visible} = …