http://www.perlmonks.org?node_id=993001


in reply to Arrow Operator and questions related to Path::Class

"HOW do i guess that next would indeed be written as next and not next()...?"
perldoc -f next at your command prompt.
next is an integral flow control function in perl... it's not something special to any particular (non-core) module.