in reply to Re: Re: Deleting from front of string
in thread Deleting from front of string

How about
my $i; print join '', grep $i++>1, split //, '#!just another perl hacker';