Problema de fin de semana.
Ing. Roberto Andrade
randrade@campus.iztacala.unam.mx
Sat, 31 Jan 1998 10:47:51 -0600 (CST)
Hola:
> Bueno , tengo un par de preguntillas para el fin de semana.
> 1-Alguien sabe si se puede acceder a una posicion concreta de una
Creo que te puede servir:
substr EXPR,OFFSET
Extracts a substring out of EXPR and returns it.
First character is at offset 0, or whatever you've
set $[ to (but don't do that). If OFFSET is
negative, starts that far from the end of the
string. If LEN is omitted, returns everything to
the end of the string. If LEN is negative, leaves
that many characters off the end of the string.
Se encuentra en:
man perlfunc
Saludos,
Roberto