To repeat a string, perl uses ___ operator.
To repeat a string, perl uses ___ operator. Correct Answer x
perl uses the x operator to repeat a string. For example, the following command will print * 10 times; $ perl -e ‘print “*” x 10 ;’ **********
মোঃ আরিফুল ইসলাম
Feb 20, 2025