use warnings; use strict; my @strings; print "How many line"; my $num = <STDIN>; for my $count (1 .. $num) { my $line; chomp( $line = <STDIN> ); push @strings, $line; }
In reply to Re^2: strings with multiple parameters
by toolic
in thread strings with multiple parameters
by starface245
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |