Dear All,
Please check the below coding because I actually expect one
output but this code print unpredictable output. I expect the
following output.
Apache
Windows
Dos
Linux
Unix
Solaris
But Machine giving output is below
***********************************
Linux
Apache
Windows
Unix
Solaris
Dos
%Items =
(Apache=>apache,Windows=>windows,Dos=>dos,Linux=>linux,Unix=>unix,Solaris=>solaris);
foreach $keys (keys %Items) {
print "$keys\n";
};
Why this conflict?. Please clear my doubt. I actually expect
this out.
Apache
Windows
Dos
Linux
Unix
Solaris
To get this output what I need to do Mail me as early as possible
by
PRabahar