There are few arguments that are frequently used in Perl. What are they and what significance do they hold?

devquora
devquora

Posted On: Feb 22, 2018

 

  • -w : this argument highlights the warning.
  • -c : this only helps in the compilation and not run.
  • -d : it is used for debugging.
  • -e : this argument helps in execution.
  • -wd: it is a combination derived from –w and –d. we can use other combinations as well.
  • -a : it automatically splits the group of input files.
  • -T : it switches on the taint mode.
  • -d:module : in this argument, the script is compiled and the control is transferred to the specified module.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Perl Interview Questions

    List all the features of Perl programming.

    Practical extraction and reporting language (PERL) is an open source software which is used to develop web-based applica..

    Perl Interview Questions

    What are the benefits of PERL in using it as a web-based application?

    The benefits of using PERL programming are: PERL is known as the duct tape of the internet. PERL can accelerate the pro..

    Perl Interview Questions

    Talk about the applications of PERL.

    PERL has myriad and varied applications. PERL is used to write Common Gateway Interface scripts and large projects like..