Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What arguments do you frequently use for the Perl
interpreter and what do they mean?

Answers were Sorted based on User's Feedback



What arguments do you frequently use for the Perl interpreter and what do they mean? ..

Answer / vipul dalwala

Mainly we are using -w argument for perl interpreter. That
means you are turning on warning messages.

Is This Answer Correct ?    14 Yes 5 No

What arguments do you frequently use for the Perl interpreter and what do they mean? ..

Answer / sandeep kumar mall

Hi The various command line arguments are -e executes the
prog given as an argument-d start perl debugger on the file
name specified as an argument-c compile the file given as an
argument

Is This Answer Correct ?    11 Yes 4 No

What arguments do you frequently use for the Perl interpreter and what do they mean? ..

Answer / jamal

-w Which show warning
-d Which debug
-c Which compile only not run
-e Which executes

Is This Answer Correct ?    8 Yes 2 No

What arguments do you frequently use for the Perl interpreter and what do they mean? ..

Answer / sanjay garothaya

-w to show warning
-d to debug
-c to compile only not run

we can also use combination of these like
-wd

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

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 Answers  


What are the various perl data types based on the context?

0 Answers  


Name an instance where you used a CPAN module?

3 Answers   IBM, TCS,


What purpose does each of the following serve: -w, strict, - T ?

2 Answers  


Which functions in perl allows you to include a module file. State their differences.

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 prefix dereferencer and list them out?

0 Answers  


How will you access an element of a perl array?

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


Differentiate use and require?

0 Answers  


What is perl? What is the basic command to print a string in perl?

0 Answers  


What is the importance of perl warnings? How do you turn them on?

0 Answers  


Categories