Help for this page

Select Code to Download


  1. or download this
    package Object;
    
    ...
     die "Method ${AUTOLOAD} does not exist."
       
    }
    
  2. or download this
    use Object.
    sub main {
    ...
    }
    exit main;