in reply to Re^2: Perl Split
in thread Perl Split

If you are using ActiveState Perl on Win32, then all you probably need to do is open a command window and type "ppm install Data::Dumper::Simple"

On a *nix system, then it would be "perl -MCPAN -e install Data::Dumper::Simple"

But there is of course a lot more to understand about installing and using modules than that - so yes, as xdg suggests - check out the tutorials :)

Replies are listed 'Best First'.
Re^4: Perl Split
by Gavin (Archbishop) on Mar 13, 2006 at 20:07 UTC
    I'm using windows, tried to install from CMD but said try broader search first. Will try to install after reading tutorials. The only PM I have used so far has been "porter" and I just dropped it in the lib folder. This captured leading/trailing space is driving me crazy. Have posted again! Thanks again for all your help Gavin