hi all

        if (($pos = index($free,"M",$pos)) > -1) {
                print "Found at $pos\n";
        
        }

now what i want to do is except the part that was found in index 
should be outputted to another variable as an integer ...how should
i do that??

thnx in adv
rgds
Saurabh

-- 
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