Where is the perl documentationn for '..' (command line)

P

Peng Yu

man perldata touchs '..' a little bit. But it seems that there should
a place that discuss '..' in details. Would you please let me know
where it is?
 
P

Peter Makholm

Peng Yu said:
man perldata touchs '..' a little bit. But it seems that there should
a place that discuss '..' in details. Would you please let me know
where it is?

The .. operator is documented in 'man perlop'. Look for the heading
'Range operators'.

//Makholm
 
J

Jürgen Exner

Peng Yu said:
man perldata touchs '..' a little bit. But it seems that there should
a place that discuss '..' in details. Would you please let me know
where it is?

It's an operator just like +, *, ==, gt, !, ... and can be found in
perldoc perlop.

jue
 
T

Ted Zlatanov

JE> It's an operator just like +, *, ==, gt, !, ... and can be found in
JE> perldoc perlop.

It would be nice if there was an operator perldoc switch analogous to -f
for functions.

Ted
 
B

brian d foy

Ted Zlatanov said:
It would be nice if there was an operator perldoc switch analogous to -f
for functions.

I have this on my to do list, but for more than just operators. I'd
include all keywords, etc.
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top