adplus-dvertising
frame-decoration

Question

substr function is also used to alter an existing string.

a.

True

b.

True

c.

May be

d.

Can't say

Answer: (b).True

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. substr function is also used to alter an existing string.

Similar Questions

Discover Related MCQs

Q. Which function is used by perl for reversing a string?

Q. Which function is used for handling substitutions in perl?

Q. Which escape character is used for identifying a word character?

Q. We can use find command for testing files with perl.

Q. Which of the following is referred to as default variable?

Q. ___ operator is used for selecting current line number.

Q. ___ is known as range operator.

Q. The command @x=(1. .10) will assign first ten integer values to the array ‘a’.

Q. The ___ prefix to an array name signifies the last index of the array.

Q. For deleting the elements from the left of the array ___ function is used.

Q. For deleting the elements from the right of the array ___ function is used.

Q. To add elements to the left side of the array ____ function is used.

Q. To add elements to the right side of the array ____ function is used.

Q. Which function can combine the functionalities of push, pop, unshift and shift?

Q. Perl also supports use of for loop in the following manner.

for($i=0;$i<3;$i++){ }

Q. For splitting a line or expression into fields, __ is used.

Q. ___ function is used for joining lists.

Q. perl is ____ of grep, tr, sed and awk.

Q. The following will display :

perl -e ‘print “UNIX” x 10 . “\n” ;’

Q. Filter’s are a category of commands that take the advantage of shell redirection feature.