Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
    sub AUTOLOAD {
        warn "AUTOLOAD", pp \@_;
    }
    
  2. or download this
    AUTOLOAD["Class", "method"] at d:/Users/lanx/AppData/Roaming/exp/new_a
    +utoload.pl line 23.
    AUTOLOAD["function"] at d:/Users/lanx/AppData/Roaming/exp/new_autoload
    +.pl line 23.
    
  3. or download this
    UNIVERSAL["Class", "method"] at d:/Users/lanx/AppData/Roaming/exp/new_
    +autoload.pl line 14.
    AUTOLOAD["function"] at d:/Users/lanx/AppData/Roaming/exp/new_autoload
    +.pl line 23.