my $string = "USD_ABD DOLARI 608,132 611,064 607,706 611,981 1.0 1.0"; my $value = (split /\s+/, $string)[2];