• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cgi-perl ??

 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to move this to the Scripting forum - where serious folks might actually know the answer.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nowadays genome highly uses perl
http://www.biochem.ucl.ac.uk/~shepherd/biocomp2/index.html
HAve fun
 
R K Singh
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"=~" is used for pattern matching/substitution,
"@::", ....strange syntax. "@" for arrays, "::" for symbol tables of imported modules, but the combination of both?
HTH, ErikDark
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic