LPM: join

repett0 at sac.uky.edu repett0 at sac.uky.edu
Sun Apr 2 19:10:07 CDT 2000


how do you do a join on a number and an array

say you have the following

$m = 50;
then an array @foo that is an array of 10000 ints...

I want to join them and pass them in too a program(c++)

I pring out the join and its showing wierd things

$temp = join(" ", $m, @foo);

It should look like

50 10 12 8 ....

but it is just flashing faint numbers occasinally by so fast and if I hit
control c it has nothing on the screen..

??

Thanks
Ron





More information about the Lexington-pm mailing list