Help for this page

Select Code to Download


  1. or download this
    syntax error at C:\test\lvalue.pl line 10, near "$property :"
    BEGIN not safe after errors--compilation aborted at C:\test\lvalue.pl 
    +line 10.
    
  2. or download this
    BEGIN {
        no strict 'refs';
    ...
            *$property : lvalue = sub { $_[SELF]->{$property} };
        }
    }