Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'tied( sub {}->() )'
        Can't modify non-lvalue subroutine call at -e line 1.
    
  2. or download this
    $ perl -e 'tied sub {}->()'
        Can't modify reference constructor in tied at -e line 1, near "})"