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
		
		
		
		Jump to navigation
		Jump to search
		
 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 edit summary  | 
				||
| Line 1: | Line 1: | ||
<code><pre>  | <code><pre>  | ||
sub   | sub F687s {  | ||
     my ($location, @wishes) = @_;  |      my ($location, @wishes) = @_;  | ||
     $location ||= "Volcano Island   |      $location ||= "Volcano Island, various LouMan maps, second-page maps...";  | ||
     push @wishes, "Perl bindings for BZFlag";  |      push @wishes, "Perl bindings for BZFlag";  | ||
    my @maps = (  | |||
        "Platforms",  | |||
        "Platforms2",  | |||
        "Tank Flight",  | |||
    );  | |||
     return <<"EODOC"  |      return <<"EODOC"  | ||
My name is F687/s. I like BZFlag and Perl.  | My name is F687/s (Noah Rankins). I like BZFlag and Perl.  | ||
I usually play BZFlag, or hack Perl.  | I usually play BZFlag, or hack Perl.  | ||
My recent maps can be found on sqrt.homelinux.org:5154 on a good day.  | |||
If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.  | If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.  | ||
EODOC  | EODOC  | ||
;  | ;  | ||
}  | }  | ||
</pre></code>  | </pre></code>  | ||
Revision as of 19:37, 29 July 2007
sub F687s {
    my ($location, @wishes) = @_;
    $location ||= "Volcano Island, various LouMan maps, second-page maps...";
    push @wishes, "Perl bindings for BZFlag";
    my @maps = (
        "Platforms",
        "Platforms2",
        "Tank Flight",
    );
    return <<"EODOC"
My name is F687/s (Noah Rankins). I like BZFlag and Perl.
I usually play BZFlag, or hack Perl.
My recent maps can be found on sqrt.homelinux.org:5154 on a good day.
If you can write Perl bindings for the BZFlag server, I will love you. Because I hate Python.
EODOC
;
}