Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

The 300 (short version)

by Trizor (Pilgrim)
on Apr 02, 2007 at 20:03 UTC ( [id://607918]=poem: print w/replies, xml ) Need Help??

Expect a long one eventually.

die for @sparta[1..300];

Replies are listed 'Best First'.
Re: The 300 (short version)
by educated_foo (Vicar) on Apr 03, 2007 at 04:17 UTC
    More like
    flex (abs) and die and not return for @SPARTAN[1..300]
Re: The 300 (extended short version)
by eric256 (Parson) on Apr 02, 2007 at 22:03 UTC
    @sparta = ('soldiers') x 300; die for @sparta;

    Updated: fixed per shmem's comment below..man now i'm getting my grammar corrected in perl, thats just harsh! ;)


    ___________
    Eric Hodges
      That should be
      @sparta = ('soldier') x 300; # original was: @sparta = 'soldiers' x 30 +0;

      since you don't want to string them together to die all from one blow - although the enemy would surely be scared seeing that monster soldier sparta hydra with 600 feet, as many shields and spears, and 300 heads... :)

      (update: and, btw, the original OP spared one spartan to report the desaster)

      update - and, I like it. It's so.. - well, spartan, i.e. laconic, i.e. succinct :-)

      --shmem

      _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                    /\_¯/(q    /
      ----------------------------  \__(m.====·.(_("always off the crowd"))."·
      ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
Re: The 300 (short version)
by zentara (Archbishop) on Apr 03, 2007 at 11:10 UTC
    I was watching the History Channel's version of what happened, and in my estimation, we would shudder in horror today at Sparta. It was a cruel military-dictatorshiip where your only purpose was to serve the state. Young boys were removed from their families at 7 and started fight-training. I was rooting for the Persians all the way, since they represented civilization.

    I think the 300 are idolized today, as part of the current trend to encourage military fanatics... i.e. brainwashing the masses.


    I'm not really a human, but I play one on earth. Cogito ergo sum a bum
      Well since the comic is quite a bit older than the movie that was made fromit i wouldn't really call it a current trend. Apart from that every civilization has their dark side.

      --
      "WHAT CAN THE HARVEST HOPE FOR IF NOT THE CARE OF THE REAPER MAN"
      -- Terry Pratchett, "Reaper Man"

        The Spartans had a very deep dark side. The one segment from the History Channel show on this, was a description of a "Spartan's child-play incident". Some boys were playing some kid game, and the loser was so enraged by losing, he killed the winner with his bare hands. The mother of the killer-boy, was so proud and patted her son on the head saying... "you'll be a good Spartan, I'm proud of you". No punishment.

        Can you imagine what Little League games would be like if we adopted that attitude?


        I'm not really a human, but I play one on earth. Cogito ergo sum a bum
Re: The 300 (short version)
by jesuashok (Curate) on Apr 03, 2007 at 02:31 UTC
    if ( $movie eq 'beginning' ) { @sparta = ('soldier') x 300; } if ( $movie eq 'climax' ) { @sparta = ('soldier') x 10000; }
    Update: replaced '=' with 'eq'


    hmmm ....let me think what did I said

Log In?
Username:
Password:

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

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

    No recent polls found