MoshiachNow
IS-IT--Management
HI,
I have a code:
my $Controller =<<"EOH";
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\fff\Controler]
"SfidaLimoges"="SLCtrl"
"selectedDLL"="SLCtrl"
"DebugLevel"=dword:ffffffff
"DebugLevelMask"="BASE=0x01, PA=0x02, LL=0x04, DF=0x08, PDF=0x10, RES=0x20, CTRL=0x40"
"NtfyArrGr"="41"
EOH
Is there a way to get the above text into a variable whem the "\" is not interpreted but taken literaly ?
(Otherwise I have to convert all these to double backslashes...)
thanks
Long live king Moshiach !
I have a code:
my $Controller =<<"EOH";
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\fff\Controler]
"SfidaLimoges"="SLCtrl"
"selectedDLL"="SLCtrl"
"DebugLevel"=dword:ffffffff
"DebugLevelMask"="BASE=0x01, PA=0x02, LL=0x04, DF=0x08, PDF=0x10, RES=0x20, CTRL=0x40"
"NtfyArrGr"="41"
EOH
Is there a way to get the above text into a variable whem the "\" is not interpreted but taken literaly ?
(Otherwise I have to convert all these to double backslashes...)
thanks
Long live king Moshiach !