Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > looking for perl professionals

Reply
Thread Tools

looking for perl professionals

 
 
Doug
Guest
Posts: n/a
 
      05-14-2007
Hello ,

My name is Doug Cohen and I am a Senior Recruiter for c CIDC is a
profitable and growing Internet-based software company that has been
developing and refining its online gaming technology and eBusiness
operational expertise for over seven years. Through our technology, we
have become the most trusted name in online gaming and entertainment
worldwide. CIDC developed the gaming and entertainment software for
sites such as Everest Poker and Everest Casino at
www.everestpoker.com/www.everestcasino.com. For more information,
please visit our corporate site at www.cidc.com. We have an excellent
benefits package including Medical/Dental, 401K, vacation, informal,
team and fun environment. (sorry, no telecommuting at this time)

Due to our growth we are currently recruiting for a full time Software
engineer-Perl for our Cambridge, MA location:

Job Summary

You would become a member of our Server Team build, in which you would
be able to use all of your software skills to implement, maintain and
extend dynamic web applications for on-line gaming and Internet
marketing. In addition, you would develop and maintain a number of
support and data analysis scripts.
Requirements

To be successful in this role your background will need 2 to 5 years
of:

· Perl in Unix/Linux environment
· Experience with development of e-commerce applications involving
mod_perl, Mason, Catalyst, Template Toolkit, Apache web servers, DBI,
CGI, SQL, HTML, and relational databases.
· Experience with financial applications, Informix, AJAX,
Internationalization and Localization a plus
· Computer Science degree or equivalent is a must
· Good communication and organizational skills



If you are interested in this position or finding out other
opportunities at CDIC forward your resume to or call
him at 617-547-6323 x315 (relocation is available)

 
Reply With Quote
 
 
 
 
Lambik
Guest
Posts: n/a
 
      05-14-2007
"Doug" <> wrote in message
news: oups.com...
> <Cut some SPAM>


#!/bin/perl
use strict;
use Net::NNTP;

my $nntpserver = 'news3.telebyte.nl';
my $newsgroup = 'alt.jobs';

my $server = Net::NNTP->new( $nntpserver, Debug => 0) || die $!;

my ($aantal, $first, $last, $group) = $server->group($newsgroup);
for (my $tel=$last; $tel >= $first;$tel--) {
my $header = $server->head($tel) || next;
foreach (@$header) {
print if (/^From|^Subject|^Date/i);
} #end foreach
print "\n";
} ## end for
$server->quit();


 
Reply With Quote
 
 
 
 
Uri Guttman
Guest
Posts: n/a
 
      05-14-2007
>>>>> "D" == Doug <> writes:

D> My name is Doug Cohen and I am a Senior Recruiter for c CIDC is a
D> profitable and growing Internet-based software company that has
D> been developing and refining its online gaming technology and
D> eBusiness operational expertise for over seven years. Through our
D> technology, we have become the most trusted name in online gaming
D> and entertainment worldwide. CIDC developed the gaming and
D> entertainment software for sites such as Everest Poker and Everest
D> Casino at www.everestpoker.com/www.everestcasino.com. For more
D> information, please visit our corporate site at www.cidc.com. We
D> have an excellent benefits package including Medical/Dental, 401K,
D> vacation, informal, team and fun environment. (sorry, no
D> telecommuting at this time)

this is not the place for job postings. and you have already posted job
leads to the boston.pm list and jobs.perl.org. this group is for
discussing perl and not perl jobs.

uri

--
Uri Guttman ------ -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
 
Reply With Quote
 
David H. Adler
Guest
Posts: n/a
 
      05-16-2007
On 2007-05-14, Doug <> wrote:
> Hello ,
>
> My name is Doug Cohen and I am a Senior Recruiter


You have posted a job posting or a resume in a technical group.

Longstanding Usenet tradition dictates that such postings go into
groups with names that contain "jobs", like "misc.jobs.offered", not
technical discussion groups like the ones to which you posted.

Had you read and understood the Usenet user manual posted frequently to
"news.announce.newusers", you might have already known this. (If
n.a.n is quieter than it should be, the relevent FAQs are available at
http://www.faqs.org/faqs/by-newsgrou....newusers.html)
Another good source of information on how Usenet functions is
news.newusers.questions (information from which is also available at
http://www.geocities.com/nnqweb/).

Please do not explain your posting by saying "but I saw other job
postings here". Just because one person jumps off a bridge, doesn't
mean everyone does. Those postings are also in error, and I've
probably already notified them as well.

If you have questions about this policy, take it up with the news
administrators in the newsgroup news.admin.misc.

http://jobs.perl.org may be of more use to you

Yours for a better usenet,

dha

--
David H. Adler - <> - http://www.panix.com/~dha/
John Cleese was my favorite. Next was Tom Baker.
- http://www.jerkcity.com/jerkcity2412.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SEI CMM Level 5 Company is looking for Java Professionals....Mumbai Valois Java 1 11-21-2007 02:15 PM
Looking for C++ Professionals (Bangalore) Shilpa C++ 4 08-18-2007 06:49 AM
McAfee Looking For ASP,COM Professionals deepapinto@gmail.com ASP General 0 06-06-2006 12:32 PM
Technology Writer Looking for Network Professionals who Blog to Interview redsox1216@aol.com Computer Information 0 05-26-2005 04:15 AM
Any Java/J2EE/Jakarta Professionals looking for positions???? Gary N Java 0 08-14-2003 10:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57