in reply to Re^2: use Win32::IEAutomation;
in thread use Win32::IEAutomation;
Very much so. "\t" is a tab character, in that code. But backslashes often should be doubled even when they are inside a single-quoted string. That wouldn't be required for any of these particular backslashes (if the quotes were changed to single quotes), but it might be wise, depending on your style choices and programming habits.
- tye
|
|---|