How to remove a last character of a line
suppose my line is
.abc(abc),
I want the line to be
.abc(abc)
then
my $del_1= chomp($line); print $temp_out $del_1 ;
In reply to How to remove last character of a line by suvendra123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |