in reply to Re: Looking for small csv files script question
in thread Looking for small csv files script question

Hi Dasgar, thanks for your example. It looks simple enough, unfortunately it's a battle with our I.T Dept to get anything installed hence the File::Find only option.

  • Comment on Re^2: Looking for small csv files script question

Replies are listed 'Best First'.
Re^3: Looking for small csv files script question
by dasgar (Priest) on Dec 04, 2013 at 14:35 UTC

    I'm not advocating that you should totally disregard's your employer's IT policies, but if your system at work has access to the internet and/or has a USB port that you can use, you can still get use Perl and "install" other modules.

    Since the path in your example code was "C:\Temp", I'm assuming that you're on Windows. In that case, I'd recommend checking out Strawberry Perl. It comes with everything you need to install modules from CPAN. They also have a portable version, which doesn't actually install Perl onto your system. Instead, you need to run a batch file that they provide in order to use their portable version.

    So if you really want to use other modules, I'd agree with Tux that there are ways to get that done.