in reply to Deleting from front of string

Greetings krose,

Try the following where 2 is the number of characters you want removed from the 'some string' given:

print substr('some string', 2);

-gryphon
code('Perl') || die;