|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Programming/Scripting Questions about programming, bash scripts, perl, php, cron jobs, ruby, python, etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 SIGNED MESSAGE-----
Hash: SHA1 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 iQIcBAEBAgAGBQJKTWrEAAoJEF+XTK08PnB5aBYQALhFIn4For QZBDBj4/qZt4nk u7fd/lWqyg86keF6Yw0WQJ9QpoRnaoOo4VcW6h6XW07w7tHYgfAKq+5 HaKkbajXd x2LA2Z8NUrH+OiEOuuFF8C9GLhJs9hIZUKNrzvq8O3E1gGCtE5 nyL0qVRzdBm/cm bLuPzBYaljGIwKd9eKrdRCS0u5864Ir4Qj9ktQ1h/48loJ6uBq2ePaG41e94znxc 5okr4Y7a+rpzPFoN1DviRd8FGCHISzMm3hcLXlnu3wtLTzAICu 4olPujRjMj7ZpN hyc347RS6aCGpkhZ1/Xnpj1nD27qOqcW2K8v7j+HmmynYmKID5xreD+9zkH9d9I7 Evl9KgZMitWx1ynWds/3U7rkjJUHnmGtJobQVOD+5e8bygx/LqxaUwlIId6WH4GN 6K8mzNtWaldOxZQzkrRdoLO739q1Tj3u3Y2ZJIl7hTV6XZhPFe KXoePUqPfCX1q6 Ia+GPnv/jhWL3RZWZ5RGEI81whu6CDS9B28S/wsr1AlhJPr8hPnPRiw/YOpMSoH8 rvgzh4nRtRsfOtFnaJQzt5gmdG7/4I49orwA3laIiyfywJy8MGHc5Rb+TF2QJV9Y 79lBoWsrNhbEu9v18y46/KLrgOtG/78aN3tGMFXwonVYjqQEQqWwElpRNL/GGVZW 3C8iG3cBEd27MoV2+OaU =qnBH -----END PGP SIGNATURE----- |
|
|||
|
You don't need to download it, it's probably already installed by default, as so many of the OS utilities depend on it. Try this at the command line:
perl -e 'print "Hello Perl newbie\n"' |
|
|||
|
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..
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|