This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

User:F687s: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
F687s (talk | contribs)
New page: <code><pre> sub f687s { my ($location, @wishes) = @_; $location ||= "Volcano Island (or places)"; push @wishes, "Perl bindings for BZFlag"; return <<"EODOC" My name is F687...
(No difference)

Revision as of 02:20, 21 June 2007

sub f687s {
    my ($location, @wishes) = @_;
    $location ||= "Volcano Island (or places)";
    push @wishes, "Perl bindings for BZFlag";
    return <<"EODOC"
My name is F687/s. I like BZFlag and Perl.
I usually play BZFlag, or hack Perl.

If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.
EODOC
;
}