Help for this page
0.940V 0.940V ... 0.740V 0.740V 0.740V
for my $count (0..100) { if( $voltages[$count] == "0.940V" ) { # Did not work ... if( $voltages[$count] =~ /V$/ ) { # Even this did no +t work Do something }