Does Perl have objects? If yes, then does it force you to use objects? If no, then why?
No Answer is Posted For this Question
Be the First to Post Answer
Comment on array slicing and range operator
Write a script for 'count the no.of digits using regular expressions in perl..
How to copy a file in perl?
For a situation in programming, how can you determine that Perl is a suitable?
What are the various uses of perl?
How do I sort a hash by the hash key?
How to close a file in perl?
Which functions in perl allows you to include a module file.
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?
How many data types are there in perl?