ok, i missed my scripting in a windows envoirment class and my friend gave me a copy of the home wrk, basicly make this code, but i dont understand it at all, can some one help me? print "Enter number of names:";
chomp($num = <STDIN>);
for($x=0;$x<$num;$x++){#input names
print "Enter name ".($x+1).":";
chomp($names[$x] = <STDIN>);
}
print "\n";
$x=1;#incrementing value
foreach (@names){#output names
print "Name $x:$_\n";
$x++;
}
-------
[c=#2551A0]^-~[/c][c=#075363]all dazed out [/c]
[c=#2551A0]~-`[/c] [c=#000000]from smoking melted twinkies[/c]