Help for this page

Select Code to Download


  1. or download this
    sub foo{
      my $thing = shift;
      print $thing->to_xml;
    }
    
  2. or download this
    void foo(bar thing){
      cout << thing.to_xml();
    }