Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Me no good at Xing anything

by Cine (Friar)
on Aug 01, 2003 at 15:45 UTC ( [id://280010]=note: print w/replies, xml ) Need Help??


in reply to Multiplication table

Next time, please be more specific about what your exact problem is, instead of letting us guessing it.
Also give a good title next time, this one doesnt say one thing about what your problem is either. Try with newbie problem with <whatever it is you have a problem with>...
#!/usr/bin/perl use strict; #Enable stuff to prevent you from doing many stupid things use warnings; #give me warnings when i do make stupid things, that are + not that stupid. print "How many would you like to calc?\nEX. 10, 100, 1000 :" ; my $howmany = int <STDIN>; #convert the read in to a number, we dont a +ctually check it, but if its not a number, we read 0 for my $outer (1..$howmany) { for (2 .. 10) { #alias the number to $_ my $answer = $_ * $outer; print "|$_ * $outer = $answer|"; } print "\n"; }


T I M T O W T D I

Replies are listed 'Best First'.
THANK YOU
by Anonymous Monk on Aug 02, 2003 at 00:03 UTC
    Me no good at Xing anything Just ment that Im not Xucking good and anything It also ment that I am not good at Multiplying (2 X 2 = 3) Or spelling - Syntax How ever you are God and I am very Sorry.... I will forever be in my place as one of your simpiletions Thank you again.. Jinx
      That dope sounds good, can you share?

      T I M T O W T D I

Log In?
Username:
Password:

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

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

    No recent polls found