Tag: programming languages
Questions Related to programming languages
-
Changes all lower case letters in the string stored in the variable $_ to upper case
-
Changes the first letter in the string stored in the variable $_ to upper case
-
Changes all letters in the string stored in the most recently used scalar variable to upper case
-
adds \u in front of every letter or digit in the string in $_
-
/[1-9]/
-
/^\d+$/
-
/^\d+/
-
m-\d-
-
once
-
twice
-
the program will go on into infinite loop
-
None of the above
-
$section_32B
-
$baby-boy
-
$401k
-
$tic#tac#toe
-
In code 1, the operation occurs in one command; code 2 iterates each element in the array for matches.
-
In code 1, the elements of @lines are the indexes in @allLines, in which matches were found.
-
In code 1, the elements of "@lines" begin with the index in "@allLines", in which the match was found.
-
In code 1, "@lines" may not necessarily be in the same order; the original lines appear in "@allLines".
-
A File Handle
-
A List
-
A Code variable
-
A Tyleglob
-
You won $10.00
-
You won 10 dollars
-
You won $prize
-
You won $10
-
AddTick()
-
GetMonth()
-
GetHashCode()
-
AddMilliSeconds()
-
All the Above