oscuridad said: > Did you download the perl source code? > Surely this needs compiling first or is there a ready compiled > tarball?
Perl is not compiled. It is interpreted. The source code is executed by the Perl interperter at runtime. (special case exceptions elided) Really, all you have to do is untar it and start the script, which should automagically invoke the perl interperter that is already installed. Pat http://www.pfarrell.com _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
