Help for this page

Select Code to Download


  1. or download this
    if (something()) {
        eval {
    ...
            Text::CSV_XS->import;
        }
    }
    
  2. or download this
    die "Couldn't load module: $@" if ($@);