Have a question regarding writing a module.
Is there a way to include another module inside of a module so that while blessing them, you can use it to assign. I need to use Text::CSV since fields that I will be breaking apart is usually separated by comma, but will need to use Text::CSV to make one field with multiple comma inside of double quote as one field
How is this done while blessing the class?