Help for this page

Select Code to Download


  1. or download this
    package MyMakeMethods;
    
    ...
    sub get_set { 'Standard::Hash:scalar' }
    
    1;
    
  2. or download this
    package MyFoo;
    
    ...
    );
    
    1;
    
  3. or download this
    package main;
    
    use MyFoo;
    
    my $foo = MyFoo->new( x => 'Xerces', y => 'Yes' );