Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $bar->data('bip');
    $bar->data('bop');
    $bar->data('boo');
    
  2. or download this
    $ perlbrew switch 5.14.4
    $ perl ./doit.pl
    ...
    Subroutine Bar::SUPER::data redefined at ./doit.pl line 25.
    installed sub AUTOLOAD=Bar::SUPER::data new=CODE(0x1aeed68) old=CODE(0
    +x1aeec48) at ./doit.pl line 29.
    running sub  at ./doit.pl line 25.