Kasi ramanathen wrote:
> 
> hi friends

Hello,

> i want to use pos function please give me an example.
> 
> while($ln=~m/([?-])/g)
> {
>  print pos;

   print pos $ln;

>  print "*$1*\n";
> }


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to