GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Perl Interview Questions


Perl Interview Questions

Questions: 61
Comments: 157
 Showing Questions 31-40 of 61 Questions
<< Previous 1 2 3 [4] 5 6 7 Next >>
 Sponsored Links

 
 Perl Interview Questions
Sorting Options :  

Latest Answer: STDOUT_TOP is the output if we print "'$^0" in a console. ...
Read Answers (4) | Asked by : suseel

Latest Answer: Return value of chomp function is '0' - if no character is removed.Return value is '1' - if character is removed ...
Read Answers (6) | Asked by : suseel

Latest Answer: Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the con-catenation of the converted values. Typically, each converted value looks like its machine-level representation. For example, on ...
Read Answers (2) | Asked by : suseel

Latest Answer: Uses of  "->" Operator:###################1) Reference the method of a module.use CGI;my $cgi = new CGI ();$cgi->header();2) In Perl it is an infix dereference operator. $arr = [ qw/ prabhath vamsi eswar sandhya God/];  #This ...
Read Answers (4) | Asked by : suseel

Latest Answer: the quoting opeator for lists is qw.advantage of qw is you need not quote the strings in additional way as qw already does quoting. ...
Read Answers (3) | Asked by : suseel

Latest Answer: It provides a GUI ...
Read Answers (1) | Asked by : suseel

Latest Answer: One major difference between subroutine and function-A function definition must have a return statement whereas a subroutine always return value of last expression evaluated in case there is no return statement. ...
Read Answers (2) | Asked by : suseel

What does the word '&myvariable' mean?what does the symbol '&' means? What's purpose of it?
Read Answers (3) | Asked by : suseel

Latest Answer: The most commonly used global scalar variable is the $_ variable. Many Perl functionsand operators modify the contents of $_ if you do not explicitly specify the scalarvariable on which they are to operate.The following functions and operators work with ...
Read Answers (4) | Asked by : suseel

Latest Answer: Regular Expresiions is the heart of Perl language.Using this we can search and raplace with partcular pattern in a given text.We can read a file and replace all occurances of some word or pattern with some other.Eg: In a given text you want to replace ...
Read Answers (2) | Asked by : suseel

View page << Previous 1 2 3 [4] 5 6 7 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape