Stop Microsoft
Welcome,
Guest
. Please
login
or
register
.
Have you missed your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length.
News:
Home
Help
Login
Register
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
beginning to read about Perl
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: beginning to read about Perl (Read 1179 times)
Calum
Global Moderator
Member
Posts: 7,812
Kudos: 1000
beginning to read about Perl
«
on:
16 September 2002, 15:33 »
I am beginning to read about Perl, and i thought i would post the URLs of the most useful docs i found on the internet to help me get started. I thought i might post a few good URLs for each new subject i start reading, in case others who follow may want to find such information:
http://pluto.phys.nwu.edu/~zhaoyj/learn/Unix-internet/ch05.htm
http://www.webdesigns1.com/perl/tutorial.html
http://www.perl.com/pub/a/2000/10/begperl1.html
now two quick things, can anybody think of a page that i might need to also read once i have read these, and also can i just ask, perl gets interpreted, but is there a way to compile it so it can be run on system where the perl interpreter is not installed?
Logged
visit these websites and make yourself happy forever:
It's my music!
|
My music on MySpace
|
Integrational Polytheism
voidmain
VIP
Member
Posts: 5,605
Kudos: 184
beginning to read about Perl
«
Reply #1 on:
16 September 2002, 17:58 »
Regarding compiling your Perl programs into standalone executables use "perlcc".
http://www.perl.com/doc/manual/html/utils/perlcc.html
It should be installed if you have Perl installed. Now obviously once compiled it becomes platform dependent.
Logged
Someone please remove this account. Thanks...
Calum
Global Moderator
Member
Posts: 7,812
Kudos: 1000
beginning to read about Perl
«
Reply #2 on:
16 September 2002, 18:45 »
top class! thank you!
Logged
visit these websites and make yourself happy forever:
It's my music!
|
My music on MySpace
|
Integrational Polytheism
Print
Pages: [
1
]
Go Up
« previous
next »
Stop Microsoft
»
Miscellaneous
»
Programming & Networking
»
beginning to read about Perl