use warnings; use strict; my $string = "mystring123456"; $string =~ s/1//; print "$string\n"; __END__ mystring23456
In reply to Re: How do I cut single characters out of a string
by toolic
in thread How do I cut single characters out of a string
by akechnie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |