The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
perlopquick is Copyright (C) 2010 by Chas. Owens and contains some text from the
Perl POD documentation which is Copyright (C) 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry
Wall and others.  All rights reserved.

ABOUT PERLOPQUICK
==========

The perlopquick POD document is a quick reference for the various Perl
operators.  It is organized by operator, sorted by precedence groups (inside of
a precedence group there is no sorting).

INSTALLATION
============

Copy the perlopquick.pod file into a place when Perl can find it (i.e.
someplace in your @INC).

LICENSING
=========

This program is free software; you can redistribute it and/or modify
it under the terms of either:

	a) the GNU General Public License as published by the Free
	Software Foundation; either version 1, or (at your option) any
	later version, or

	b) the "Artistic License" which comes with this Kit.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
the GNU General Public License or the Artistic License for more details.

You should have received a copy of the Artistic License with this
Kit, in the file named "Artistic".  If not, I'll be glad to provide one.

You should also have received a copy of the GNU General Public License
along with this program in the file named "Copying". If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
Boston, MA 02110-1301, USA or visit their web page on the internet at
http://www.gnu.org/copyleft/gpl.html.