What is v-strings?
No Answer is Posted For this Question
Be the First to Post Answer
How do I pass a command line argument in perl?
What is boolean context?
In CPAN module, name an instance you use.
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;
How to open and read data files with Perl
How to dereference a reference?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
In Perl, what is grep function used for?
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.
What are the arguments and what do they mean in perl programming?
What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl