Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
thank you!
1 print "\nEnter the RAW disks you need\n"; my @array = (lc(<>),lc(<>)); use Data::Dumper; print Dumper @array; $VAR1 = '/dev/rdsk/c3t3t3 '; $VAR2 = '/dev/rdsk/c3t3t3 '; 2 my @array = lc(<>); use Data::Dumper; print Dumper @array; /dev/rdsk/c3t3t3 /dev/rdsk/c3t3t3 $VAR1 = '/dev/rdsk/c3t3t3 /dev/rdsk/c3t3t3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: array input "@array = lc(<>)"
by JavaFan (Canon) on May 12, 2010 at 12:54 UTC | |
by AnomalousMonk (Archbishop) on May 12, 2010 at 15:20 UTC | |
by Anonymous Monk on May 12, 2010 at 20:38 UTC |