Help for this page

Select Code to Download


  1. or download this
    ---
    <filename>:
      <subname>:
        called from: <filename>:<subname>: <this many times>
    
  2. or download this
    # file Classone.pm
    package Classone;
    ...
        Classtwo->new;
    }
    1;
    
  3. or download this
    Classone.pm:
      new:
    ...
    
      new:
        Classtwo.pm:a_method: 2