On Sat, 21 Oct 2006 04:15:23 -0400 (EDT) , Jeff Pang <[EMAIL PROTECTED]>  wrote:
>
>>...
>>cont = 0;

$cont = 0;

>>while (<FILE_IN>) {
>>cont++

$cont++ ;

>>$file_out = $_;
>>$file_in = $cont;
>>system "mv $file_in $file_out";}
>>...
>

Isn't the right way?


_______________________________________________________________ 
Hot new product - Spider Networks introduces stunning online ePortfolio 
solution for students and teachers


http://www.spider-networks.net/solutions/eportfolio.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to