Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

output difficult to understand

by sonia (Initiate)
on Feb 11, 2014 at 10:53 UTC ( [id://1074382]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    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);
    
  2. or download this
    <enter marks in mathsSCALAR<0X124DA44>>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1074382]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-20 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found