Help for this page

Select Code to Download


  1. or download this
    package DynamicObject;
    
    ...
    }
    
    1;
    
  2. or download this
    use DynamicObject;
    
    ...
        print "This is yet another function called with ".
        "arguments '", join( " ", @_ ), "'!\n";
    }
    
  3. or download this
    This is the correlation function!
    This is another function!
    Unknown function 'fnap' called.
    This is yet another function called with arguments 'Hey ho! We wont go
    +!'!