Help for this page

Select Code to Download


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