for ($Word->Options) {
$_->{LocalNetworkFile}=0;
$_->{LabelSmartTags}=0;
}
or
{
my %opt = (
LocalNetworkFile => 0,
AllowFastSave => 1,
BackgroundSave => 1,
CreateBackup => 0,
SavePropertiesPrompt => 0,
SaveInterval => 10,
SaveNormalPrompt => 0,
DisableFeaturesbyDefault => 0,
);
map $Word->Options->{$_} => $opt{$_}, keys %opt;
}
Jenda
We'd like to help you learn to help yourself
Look around you, all you see are sympathetic eyes
Stroll around the grounds until you feel at home
-- P. Simon in Mrs. Robinson |
|