Which function is used by perl for displaying the length of a string?
Which function is used by perl for displaying the length of a string? Correct Answer length
The length function is used by perl to return the length of any string. For example, $x= “Abdullah”; print length($x); // prints 8
মোঃ আরিফুল ইসলাম
Feb 20, 2025