Explain perl one-liner?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

Why Perl aliases are considered to be faster than references?

0 Answers  


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

0 Answers  


How to create a directory in perl?

0 Answers  


What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


how to install a package in perl ????

2 Answers  






Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


Why do we use "use strict" in perl?

0 Answers  


What is the easiest way to download the contents of a URL with Perl?

0 Answers  


What does 'do' statement do in perl?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

1 Answers   A1 Technology,


What is the difference between exec and system?

0 Answers  


Write the program to process a list of numbers.

0 Answers  


Categories