Help for this page

Select Code to Download


  1. or download this
    $slide = $ppt->Slides->Add($_, ppLayoutBlank)
        for 1..4;
    
  2. or download this
    foreach my $good_guy ( @ARGV ) {
        push @my_attr, get_attributes( $good_guy );
    }