Hi,
I am having a really annoying problem with a small perl script I am writing. Basically the issue is that I create a string by joining variables together and I can see that it joins successfully as I print out the result
$Var1 = "Disk Size exceeds ";
$Var2 = "95%";
$Alarm = $Var1 . $Var2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.