Help for this page

Select Code to Download


  1. or download this
        %a = (font => 'Arial',
              size => 10,
    ...
        %b = (size => 12);
    
        %fmt = (%a, %b);
    
  2. or download this
        $object->write( 'Some Stuff', 
                        $object2->format( %a, (size => 12)) );