in reply to Re^4: Troubleshooting a character reference converter script
in thread Troubleshooting a character reference converter script

There is App::fatpacker, which will inline all (pure Perl) modules into your script, so even you can use lots of CPAN.

  • Comment on Re^5: Troubleshooting a character reference converter script

Replies are listed 'Best First'.
Re^6: Troubleshooting a character reference converter script
by elef (Friar) on Oct 28, 2010 at 13:06 UTC
    Thank you for that information.
    I was going to look into that anyway, so I appreciate the preemptive help.
    Do you know how bombproof fatpacker is? Is there a danger of my variables clashing with those of the module or any other issues? If I could use it to inline Spreadsheet::WriteExcel, I could make the script totally self-contained, which would make my life a lot eaeier.