This wiki is archived and useful information is being migrated to the main bzflag.org website

User:F687s

From BZFlagWiki
Revision as of 02:20, 21 June 2007 by 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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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
;
}