I’m sure this is an entirely trivial question, but I can’t see to find on the net, or in any stickys on this forum, a simple path to downloading perl for openSuse 11.1. Could someone tell me where to get it/how to install, if it’s not really simple.
Unless I’m mistaken it comes with it. Just run ‘perl’ from the command
line, or write a script and call it with something like:
perl /path/to/yourscript.pl
Good luck.
cjh83 wrote:
> I’m sure this is an entirely trivial question, but I can’t see to find
> on the net, or in any stickys on this forum, a simple path to
> downloading perl for openSuse 11.1. Could someone tell me where to get
> it/how to install, if it’s not really simple.
>
> I’m a bit new to linux in general.
>
> Thanks
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
BTW, this is one of the pleasant surprises of not using Windows, a lot of stuff is already in the Linux distro. You don’t have to download stuff left and right to supplement what is actually a pretty bare OS and a ripoff at the price.
Hope you have more pleasant surprises. Have a lot of fun.
thanks guys. i see now…though if anyone knows how i can find where suse is hiding perl itself that’d be handy. its not in usr/bin/perl, or usr/local/bin/perl, so i cant but the #! line into my scripts…