How to prevent file truncation in perl?


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

Post New Answer

More CGI Perl Interview Questions

Can we load binary extension dynamically?

0 Answers  


How can you use Perl warnings and what is the importance to use them?

0 Answers  


What is a perl references?

0 Answers  


Explain '->' in perl?

0 Answers  


Distinguish my and local?

0 Answers  






What are the advantages and disadvantages of perl language?

0 Answers  


Differentiate between c++ and perl.

0 Answers  


How to determine strings length in perl?

0 Answers  


what are the steps involved in reading a cgi script on the server?

0 Answers  


you are required to replace a char in a string and store the number of replacements. How would you do that?

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 does `$result = f() .. g()' really return?

0 Answers  


Categories