Explain what is STDIN, STDOUT and STDERR?


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

Post New Answer

More CGI Perl Interview Questions

What is the use of "stderr()"?

0 Answers  


How to sort dates in Perl ?

1 Answers  


How many types of operators are used in the Perl?

0 Answers  


Comment on the scope of variables in perl.

0 Answers  


Which functions in perl allows you to include a module file. State their differences.

0 Answers  






How would you ensure the re-use and maximum readability of your perl code?

0 Answers  


how to find a substring in a string without using substr built in functions, and print the substring found

3 Answers   Nokia,


What can be done for efficient parameter passing in perl? Explain.

0 Answers  


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

0 Answers  


Differentiate between c++ and 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 peculiarity of returning values by subroutines in perl?

0 Answers  


Categories