How to input and print string with value in perl language



#Alamgir, CSE, JUST
print "Enter the value : \n";
$x = <>;

print "The entered value is : $x\n\n";

No comments:

Post a Comment