Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Why are my numbers not numeric???

by bbfu (Curate)
on Oct 09, 2003 at 21:51 UTC ( [id://298121]=note: print w/replies, xml ) Need Help??


in reply to Why are my numbers not numeric???

The only time you actually print anything is when you do this:

my ($i, $j); print "$i\t $j\n";

$i and $j don't contain anything. What were you expecting to print, then?

Perhaps, after following the advice given by Abigail-II and thens, you mean to say:

print scalar(@nums), "\t", scalar(@nums2), "\n";

bbfu
Black flowers blossom
Fearless on my breath

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-29 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found