What is the usage of -i and 0s options?
No Answer is Posted For this Question
Be the First to Post Answer
Explain cpan?
How to convert arrays into a string in perl?
How would you ensure the re-use and maximum readability of your perl code?
Difference between Perl and Mod_perl?
Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
How do I pass a command line argument in perl?
Explain USE and REQUIREMENT statements?
What is perl scripting?
How can you replace the characters from a string and save the number of replacements?
What is the use of -n and -p options?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?