ravishanker
Programmer
Hi,
$lib .= "/perl/NSE";
unshift(@::INC, "$lib/external"
;
$::INC[@::INC] = "$lib";
$::NetBin="$::NetDir/bin";
What is the use of ::,what does it mean
(Rs)
$lib .= "/perl/NSE";
unshift(@::INC, "$lib/external"
$::INC[@::INC] = "$lib";
$::NetBin="$::NetDir/bin";
What is the use of ::,what does it mean
(Rs)