http://qs1969.pair.com?node_id=324797


in reply to Re: Uncommon but Useful Perl Command Line Options
in thread Uncommon* but Useful Perl Command Line Options for One-liners

Correct. Proof:

$ perl -MO=Deparse -MCGI -e '' -e syntax OK use CGI; (); $ perl -MO=Deparse -mCGI -e '' -e syntax OK use CGI (); ();

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated