http://qs1969.pair.com?node_id=280010


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