Panarchy Posted March 21, 2008 Share Posted March 21, 2008 Hello! I'm learning PERL, but I don't want to install unix. I'm using "Teach yourself PERL in 21 Days" I don't mind VMWaring it, as long as I can backup my virtual UNIX. Please tell me what I should do! And what UNIX to install (for PERL) Thanks in advance, Panarchy Link to comment Share on other sites More sharing options...
Panarchy Posted March 21, 2008 Author Share Posted March 21, 2008 *-<NUDGE>-* Link to comment Share on other sites More sharing options...
DaveLegg Developer Posted March 21, 2008 Developer Share Posted March 21, 2008 Pretty much any linux distro will support perl, if not out of the box, there will be packages in the repo's that do, so it's just a matter of picking your favourite, if you have one, or just go for ubuntu/fedora, and install them into a VM, and you're pretty much good to go. Link to comment Share on other sites More sharing options...
+Frank B. Subscriber² Posted March 21, 2008 Subscriber² Share Posted March 21, 2008 Try installing CygWin, a complete Linux/UNIX environment for Windows. Perl is part of it. Link to comment Share on other sites More sharing options...
rson451 Posted March 21, 2008 Share Posted March 21, 2008 or you can just install perl in windows. Link to comment Share on other sites More sharing options...
Jyang Posted March 21, 2008 Share Posted March 21, 2008 Perl is available for different systems, including Windows http://www.cpan.org/ports/#win32 Link to comment Share on other sites More sharing options...
Panarchy Posted March 21, 2008 Author Share Posted March 21, 2008 Try installing CygWin, a complete Linux/UNIX environment for Windows. Perl is part of it. Oh? Thanks mate! (Wait, is this like the 3GB one?) Link to comment Share on other sites More sharing options...
bolerodan Posted March 22, 2008 Share Posted March 22, 2008 Oh?Thanks mate! (Wait, is this like the 3GB one?) Yeah im not quite sure if why you don't just install perl for your native Operating system.. (or the OS you are using right now) Link to comment Share on other sites More sharing options...
Panarchy Posted March 22, 2008 Author Share Posted March 22, 2008 It finished isntalling. Nah, I tried that, differs to much from the book. Cygwin should help. Link to comment Share on other sites More sharing options...
Panarchy Posted March 23, 2008 Author Share Posted March 23, 2008 Ended up installing Solaris (VMWare). Solaris isn't working :cry: Link to comment Share on other sites More sharing options...
bolerodan Posted March 23, 2008 Share Posted March 23, 2008 Who wrote the book? IT cant be that much different. The only thing i can think that would be different is file paths to things. Perl on a *nix system would use a shebang line like #!/usr/bin/perl but in windows it would be #!C:\perl\bin\perl. other than basic file system paths or system commands, it should be easy to translate OS specific functions. Iv done it on a bunch of reading material that was ment for a *nix system but for windows. Coding isnt different on each system.. So I wouldnt think it would be a huge problem -Bolero Link to comment Share on other sites More sharing options...
Recommended Posts