Help for this page
print(qq(enter marks in maths), \n); $math=<STDIN>; print(qq(enter marks in science),\n); ... $per=($sum/400); $percentage=($per*100); print(qq(your percentage is=), $percentage);
<enter marks in mathsSCALAR<0X124DA44>>