My earlier post was not quite clear. I will explain my problem in 
detail here.

I have a string whose length is say 5. I need to copy another string 
into this string but from an offset of 10.
I tried using substr but this is a limitation of substr and it gave me 
a fatal error.
Is there any other function, method which will allow me to do so ?

Manas.


Quoting [EMAIL PROTECTED]:

> Hi All,
> 
> I need to copy a substring in a string which is completely out of
> the
> primary string (in terms of the offset). substr does not allow me to
> do
> so. Is there any other way in which I can do that ?
> 
> Thanks,
> Manas.
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 
> 

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