Help for this page

Select Code to Download


  1. or download this
    overload->unimport('%{}');
    
  2. or download this
    eval 'no overload'
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    say "inc\t"   => $l->inc;      # 14
    say "l\t"     => $l;           # 14
    say "deref\t" => $l->{value};  # nothing