Help for this page

Select Code to Download


  1. or download this
    for (@activity) {
        print SAVE "[Button]\n";
        my $item;
        print SAVE "$prop=" . $_->$prop() for $_->properties;
    }
    
  2. or download this
    sub properties { qw(legend time elapsed) }