How to renaming a file in perl programming?


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 -w, -t and strict in Perl?

0 Answers  


Explain the default scope of variables in perl?

0 Answers  


What is the Common Gateway Interface?

2 Answers  


Explain the different types of data perl can handle.

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?

2 Answers  






what are the strategies followed for multiple form interaction in cgi programs?

0 Answers  


How do I read command-line arguments with Perl?

0 Answers  


Write a program to show the process of spawning a child process

0 Answers  


What is the purpose of “_file_ literal” and “_line_ literal” in perl?

0 Answers  


How do you give functions private variables that retain their values between calls?

0 Answers  


What does init 5 and init 0 do?

0 Answers  


what is the meaning of rigging?

1 Answers  


Categories