"Kaushal Shriyan" schreef:

> #!/usr/bin/perl -w
>
> whats -w flag stands for and what is its use, I mean How do i use it
> and any other flags are also there, Please specify

The Subject of your message doesn't cover your question, that is about
the switches of the perl executable.

>From the prompt, run:

  perl -h

or

  perl --help

and you'll see an overview of those switches.


Then run

  perldoc perlrun

or even

  perl -e "system q(perldoc perlrun)"

:)

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to