Help for this page

Select Code to Download


  1. or download this
    package MyAutoloadDemo;
    
    ...
     }
    
    1;
    
  2. or download this
    use MyAutoloadDemo;
    
    ...
    warn $demo->name;
    warn $demo->address;
    warn $demo->unknown;
    
  3. or download this
    spiros at test.pl line 4.
    london at test.pl line 5.
    Can't access unknown field in class MyAutoloadDemo at test.pl line 6