in reply to Re^2: Arrow Operator and questions related to Path::Class
in thread Arrow Operator and questions related to Path::Class
You will need to learn about the arrow operator ->, for example in perlop, and/or one of the Perl object tutorials, or maybe the Modern Perl book.
The methods of an object are traditionally documented in the respective class documentation. In your case, that's Path::Class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Arrow Operator and questions related to Path::Class
by kennethk (Abbot) on Sep 11, 2012 at 15:27 UTC | |
by Anonymous Monk on Sep 11, 2012 at 15:52 UTC |