#!/usr/bin/perl -p0777

D

Dan Jacobson

$ perldoc -q "How do I remove HTML from a string?"
.... #!/usr/bin/perl -p0777 ...
What is 0777 and why isn't it documented here or under -p in man perlvar?
 
U

Uri Guttman

DJ> $ perldoc -q "How do I remove HTML from a string?"
DJ> ... #!/usr/bin/perl -p0777 ...
DJ> What is 0777 and why isn't it documented here or under -p in man perlvar?

-p isn't documented in perlvar either. it is in perlrun and that is
where -0777 is also documented.

uri
 
T

Tad McClellan

Dan Jacobson said:
$ perldoc -q "How do I remove HTML from a string?"
... #!/usr/bin/perl -p0777 ...
What is 0777 and why isn't it documented here or under -p in man perlvar?


There are no variables in that code.

What _var_iable would you look up in perlvar.pod?

Perl's command line switches are documented in:

perldoc perlrun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top