Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Event Prediction - New Sports Events Post 302654139 by Scott on Monday 11th of June 2012 10:03:30 AM
Old 06-11-2012
Quote:
Originally Posted by Neo
Seems someone already added the requested events.
Oh, that was me. I forgot to reply back.

I've "settled" the French Open one.

Rafael Nadal won it in four sets. That was a record seventh title.

Had Djokovic won it, he'd have become the first man since Rod Laver in 1969 to hold all four majors at the same time.

So it was an historic final either way!
This User Gave Thanks to Scott For This Post:
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Predict Future Outcomes in Our Event Prediction Market

Folks love to predict the future, so we have enabled predicting the future for members. So, please enjoy placing your Forum Bits predicting future outcomes in our new Event Prediction Market. Current events you can predict include science, technology, M&A and other global events: Oracle... (0 Replies)
Discussion started by: Neo
0 Replies

2. Post Here to Contact Site Administrators and Moderators

Event Prediction - Euro 2012

Please add this new "event". (10 Replies)
Discussion started by: ni2
10 Replies

3. Post Here to Contact Site Administrators and Moderators

change the year in the event prediction market

Can you change the year in the event prediction market Facebook Stock Will Be Over $70 a Share By the End of 2102? (Closes for placing Bits on 09-30-12 - 10:30 PM) (8 Replies)
Discussion started by: itkamaraj
8 Replies
DublinCore::Element(3pm)				User Contributed Perl Documentation				  DublinCore::Element(3pm)

NAME
DublinCore::Element - Class for representing a Dublin Core element SYNOPSIS
my $element = DublinCore::Element->new( \%info ); print "content: ", $element->content(), " "; print "qualifier: ", $element->qualifier(), " "; print "language: ", $element->language(), " "; print "scheme: ", $element->scheme(), " "; DESCRIPTION
DublinCore::Record methods such as element(), elements(), title(), etc return DublinCore::Element objects as their result. These can be queried further to extract an elements content, qualifier, language, and schema. For a definition of these attributes please see RFC 2731 and <http://www.dublincore.org>. METHODS
new() The constructor. Take a hashref of input arguments. content() Gets and sets the content of the element. ## extract the element my $title = $record->element( 'title' ); print $title->content(); ## or you can chain them together print $record->element( 'title' )->content(); qualifier() Gets and sets the qualifier used by the element. language() Gets and sets the language of the content in element. scheme() Gets and sets the scheme used by the element. name() Gets and sets the element name (title, creator, date, etc). is_empty() Gets and sets the "empty" status of an element. This is useful when using DublinCore::Record's element() method. To see if the record has an creator elements: if( $record->element( 'creator' )->is_empty ) { # no creators } set() This function overrides the default set() behavior in order to remove the is_empty flag. SEE ALSO
* DublinCore::Record AUTHOR
* Ed Summers <ehs@pobox.com> * Brian Cassidy <bricas@cpan.org> COPYRIGHT AND LICENSE
Copyright 2007 by Ed Summers, Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2007-11-24 DublinCore::Element(3pm)
All times are GMT -4. The time now is 12:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy