programming languages Online Quiz - 98
Description: programming languages Online Quiz - 98 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
$string = "good food"; $string =~ s/o*/e/;print $string;
Which Operator can be used in sort function for sorting array elements numerically?
To repeat the iteration of loop we will use following statement ?
In perl ,if $variable="10" then what will output of print 'this is $variable'; ?
what is output of print abs("123abc") ?
Which special variable actually tells perl where to look for perl modules ?
How to length of string ?
How to compile a perl program?
Which subroutine you need to define in your package if you want to handle calls to non-existing subroutines?
What is the name of default namespace in perl?
Which of the following block executes at compile time?