Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: simple game of life by new hand

by roboticus (Chancellor)
on Sep 08, 2019 at 22:29 UTC ( [id://11105846]=note: print w/replies, xml ) Need Help??


in reply to simple game of life by new hand

glycine:

Neat! I'll have to play with it a little bit. I have a couple minor comments about your post. (Not your code yet, as I haven't looked it over yet.)

First: thanks for using code tags, but you only need code tags at the *start* and *end* of each chunk of code. That way, a multiline chunk of code will get a "download" link, making it easier for people to get your code to try it out. Something like this:

<code>
sub foo {
print "hi!\n";
}

foo();
</code>

Doing so will make your code look like this:

sub foo { print "hi!\n"; } foo();

Second: I've tried the readmore tags on a "top level" post like you did, and found that they don't really do much at this level. It seems that they're more useful for responses.

I'll post a few notes for you after I've tried your code and looked it over.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: simple game of life by new hand
by jdporter (Paladin) on Sep 09, 2019 at 13:55 UTC
    I've tried the readmore tags on a "top level" post like you did, and found that they don't really do much at this level.

    Actually they're really important at the top level, because they have effect when viewing the section, in this case Cool Uses for Perl.

    I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
Re^2: simple game of life by new hand
by glycine (Sexton) on Sep 09, 2019 at 05:48 UTC

    thanks for your help! I had modified this article. I have no knowledge about html... I am so confuse, I even write a script to finish this stupid operator... p.s., about readmore, I use it just because I think my code is too long to exist at page.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11105846]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found