in reply to The 300 (short version)

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