Help for this page

Select Code to Download


  1. or download this
    sub rarelyusedfunction
    {
    ...
            $dds->Dump($self)->Out();
    
    }
    
  2. or download this
    sub rarelyusedfunction
    {
    ...
            }
    
    }
    
  3. or download this
    if ( eval { require Foo; 1 } ) { .. } else { ... }