How to start perl in interactive mode?



How to start perl in interactive mode?..

Answer / Rajkumar

To start Perl in interactive mode, simply open a terminal and type 'perl' (without quotes) and press Enter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How do you set environment variables in perl?

1 Answers  


Explain what is STDIN, STDOUT and STDERR?

1 Answers  


Explain the difference between my and local?

2 Answers  


How to connect with sqlserver from perl and how to display database table info?

1 Answers  


How many loop control keywords are there in perl?

1 Answers  


How do I debug a perl program?

1 Answers  


You want to open and read data files with perl. How would you do that?

1 Answers  


How to read a file into a hash array?

1 Answers  


How can you create an object of a class in a package?

4 Answers   IBM,


What syntax is used for grep() function?

1 Answers  


Explain lists and ivalue?

1 Answers  


Who created perl?

1 Answers  


Categories