Help for this page
if ($row =~ /(.*),(.*)/) { ... }
my $path = $row; # path is the full string by default if ($row =~ /(.*),(.*)/) { ... # Check if $value is a number and change $path if needed ... }