Dungeon Crawl Reference: Stone Soup 0.4.1 Bug Fix release!


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dungeon Crawl Reference: Stone Soup 0.4.1 Bug Fix release!
# 1  
Old 07-19-2008
Dungeon Crawl Reference: Stone Soup 0.4.1 Bug Fix release!

Dungeon Crawl Stone Soup is a free rogue-like game of exploration and treasure-hunting. Stone Soup is a continuation of Linley's Dungeon Crawl. It is openly developed and invites participation from the Crawl community.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to fix this bug?

Hi gurus, I have script as below: #!/bin/ksh while : do cat /dev/null > srcfile exit_time=`TZ=GMT-20 date +%Y%m%d1950` cur_time=`date +%Y%m%d%H%M` flag=1 if ; then ... (7 Replies)
Discussion started by: ken6503
7 Replies
Login or Register to Ask a Question
Boulder::String(3pm)					User Contributed Perl Documentation				      Boulder::String(3pm)

NAME
Boulder::String - Read and write tag/value data from a string. SYNOPSIS
#!/bin/perl # Read a B<Stone> from stdin and create a string that can be # passed to a dumb sub, which doesn't know about Stones. use Boulder::Stream; use Boulder::String; my $stream = Boulder::Stream->newFh; # read a stone from stdin my $record = <$stream> ); print $stream $record; } DESCRIPTION
Boulder::String provides access to Boulder IO hierarchical tag/value data. Stone objects printed to the tied string are appended to the string in Boulder format. Boulder::Stream METHODS $stream = Boulder::Stream->new($in_string,$out_string); The new() method creates a new Boulder::String object. You must provide an input string and a reference to an output string. The input string may be empty. $stream->write_record($stone) Write the passed stone in Boulder IO format into $out_string. AUTHOR
Lincoln D. Stein <lstein@cshl.org>, Cold Spring Harbor Laboratory, Cold Spring Harbor, NY. This module can be used and distributed on the same terms as Perl itself. Patches and bug fixes contributed by Bernhard Schmalhofer <bernhard@biomax.de>. SEE ALSO
Boulder, Boulder::Stream, Boulder::Blast, Boulder::Genbank, Boulder::Medline, Boulder::Unigene, Boulder::Omim, Boulder::SwissProt perl v5.10.1 2000-12-04 Boulder::String(3pm)