Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Please Help

by grizzley (Chaplain)
on Oct 01, 2012 at 09:30 UTC ( [id://996607]=note: print w/replies, xml ) Need Help??


in reply to Please Help

Not Perl-related answer, but shouldn't your task be to calculate tax? I mean if you have initial value x and you know what tax t is, you should print x * t on the output. For this you need to know that print takes list of arguments and print all of these, so you can use something like this: print "the tax rate is", 20, "% and it is ", 20 * $var1

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-25 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found