Home » MYSQL » Mysql miscellaneous » Question
  1. What is the shebang line?
    1. $#
    2. #$
    3. !#
    4. #!
    5. None of these
Correct Option: D

The Perl scripts are text files, which can be ceated using any text editor. All Perl scripts generally begin with a #! (shebang) line. A script is a file containing a sequence of commands.



Your comments will be displayed only after manual approval.