I am new perl programmer may be its easy but I would like to know how I can extract the string after removing the substring e.g
$string="ATATTTATATTAT"; $removed=substr($string,0,3)
Now the $removed contains ATA but I want to extract the rest so that now my $string should contain TTTATATTAT.
In reply to Extract string after removing the substring by viktor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |