Entering perl --help at a shell prompt yields the following:-
$ perl --help Usage: perl [switches] [--] [programfile] [arguments] -0[octal] specify record separator (\0, if no argument) -a autosplit mode with -n or -p (splits $_ into @F) -c check syntax only (runs BEGIN and END blocks) -d[:debugger] run scripts under debugger -D[number/list] set debugging flags (argument is a bit mask or flags +) -e 'command' one line of script. Several -e's allowed. Omit [prog +ramfile]. -F/pattern/ split() pattern for autosplit (-a). The // +'s are optional. -i[extension] edit <> files in place (make backup if extension sup +plied) -Idirectory specify @INC/#include directory (may be used more th +an once) -l[octal] enable line ending processing, specifies line termin +ator -[mM][-]module.. executes `use/no module...' before executing your s +cript. -n assume 'while (<>) { ... }' loop around your script -p assume loop like -n but print line also like sed -P run script through C preprocessor before compilation -s enable some switch parsing for switches after script + name -S look for the script using PATH environment variable -T turn on tainting checks -u dump core after parsing script -U allow unsafe operations -v print version number, patchlevel plus VERY IMPORTANT + perl info -V[:variable] print perl configuration information -w TURN WARNINGS ON FOR COMPILATION OF YOUR SCRIPT. Rec +ommended. -x[directory] strip off text before #!perl line and perh +aps cd to directory Complete documentation for Perl, including FAQ lists, should be found +on this system using `man perl' or `perldoc perl'. If you have access to + the Internet, point your browser at http://www.perl.com/, the Perl Home Pa +ge.
HTH

In reply to Re: the shebang by ColtsFoot
in thread the shebang by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.