ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
 Categories  >>  Software  >>  Scripts  >>  CGI Perl       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
what is the meaning of rigging?  1  67
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;  0  37
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur  0  20
write a Perl script to find a particular word in a paragraph???  0  48
how to create a flat file database as shown below s.no name age city phone 0 hema 22 Calcutta 4312542 1 hema 21 Bangalore 2344345 2 ganesh 25 delhi 2445454 3 kartik 45 pune 4312121 4 santosh 25 Hyderabad 2254231 5 kumar 25 mysore 2344567 6 gita 34 mangalore 6532123 7 gita 32 pune 2213456 Q1.print the details of the person who r from bangalore q2.Replace the city name managlore to pune q3.prints no of person having name gita and hema q4.print how many are of age 25.  0  29
write a perl script to find whether a given line of text is starting and ending with same word or not ??? CSS  0  34
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.  0  45
What is caller function in perl?  1  185
how to extract pin_code,phone_number,year from text file using regular expressions in perl  0  81
what are steps to do to lock the sony ericsson mobile with password?  0  66
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';  0  71
Difference between Perl and Mod_perl?  2  402
Why we use "use lib $path"?  0  77
write a script to generate n prime no.s? Persistent  2  590
write a script to display mirror image of a entered value and also check whether Palindrome Persistent  2  328
E-Mail New Answers        Answer Selected Questions        Post New CGI Perl Question
 
 [1]   2   3   4    Next
 
 
 PHP interview questions   PHP Interview Questions  ASP interview questions   ASP Interview Questions  CGI Perl interview questions   CGI Perl Interview Questions
 JavaScript interview questions   JavaScript Interview Questions  VB Script interview questions   VB Script Interview Questions  JSP interview questions   JSP Interview Questions
 Shell Script interview questions   Shell Script Interview Questions  Python interview questions   Python Interview Questions  Tcl interview questions   Tcl Interview Questions
 Awk interview questions   Awk Interview Questions  AJAX interview questions   AJAX Interview Questions  Ruby on Rails interview questions   Ruby on Rails Interview Questions
 Scripts AllOther interview questions   Scripts AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
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? 88  
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as, 161  
how to create a flat file database as shown below s.no name age city phone 0 hema 22 Calcutta 4312542 1 hema 21 Bangalore 2344345 2 ganesh 25 delhi 2445454 3 kartik 45 pune 4312121 4 santosh 25 Hyderabad 2254231 5 kumar 25 mysore 2344567 6 gita 34 mangalore 6532123 7 gita 32 pune 2213456 Q1.print the details of the person who r from bangalore q2.Replace the city name managlore to pune q3.prints no of person having name gita and hema q4.print how many are of age 25. 29  
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ? 130  
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur 20  
write a Perl script to find a particular word in a paragraph??? 48  
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7? 250  
how to extract pin_code,phone_number,year from text file using regular expressions in perl 81  
what are steps to do to lock the sony ericsson mobile with password? 66  
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module; 37  
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl. 45  
Why we use "use lib $path"? 77  
write a perl script to find whether a given line of text is starting and ending with same word or not ??? 34 CSS
Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values. 152  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com