| Author |
cgi-perl ??
|
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
|
|
Yes! I know it is not the place to ask for it.. but still... Can any one syggest me a book to read CGI/PERL ?? Who has himself gone through it. I have gone through lot of tutorials of Perl on net. but they could not serve me Right now I am looking for use of @:: and =~ ? But I am not able to find it on web.. I have gone through atleast 10 site (very fast..) but could not found what is there use ? If any one can tell me the use of these then I will able to save some money too else book name plz ? TIA Regards RK
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
|
I am going to move this to the Scripting forum - where serious folks might actually know the answer.
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
javalisa
Greenhorn
Joined: Jun 14, 2002
Posts: 7
|
|
|
If there is a "visual quickstart guide" for perl then buy that book. I love the html book of their's bec it is very very condensed (liteweight) and has real samples for everything. Much better than very thick books and in 5 years as a web/J2EE developer it has answered every html question I've or my html pros have ever had. Maybe their perl book is good, too. It would be better for beginner than the O-Reilly books plus be a great quick reference to keep in your office/home.
|
 |
Devrim Turker
Greenhorn
Joined: Jan 14, 2002
Posts: 14
|
|
Nowadays genome highly uses perl http://www.biochem.ucl.ac.uk/~shepherd/biocomp2/index.html HAve fun
|
 |
R K Singh
Ranch Hand
Joined: Oct 15, 2001
Posts: 5369
|
|
Thanks a lot guys .. As per my understanding and its usage in bugzilla its used for global variables. AW thanks a lot to all for book and link.
|
 |
Erik Dark
Ranch Hand
Joined: Jan 28, 2002
Posts: 107
|
|
"=~" is used for pattern matching/substitution, "@::", ....strange syntax. "@" for arrays, "::" for symbol tables of imported modules, but the combination of both? HTH, ErikDark
|
 |
 |
|
|
subject: cgi-perl ??
|
|
|