CGI & mod_perl programmer (onsite), Canada, Ontario, Toronto

[email protected] (Perl Jobs)
Newsgroups perl.jobs
Message-ID <[email protected]>
Online URL for this job: http://jobs.perl.org/job/4687

To subscribe to this list, send mail to [email protected].
To unsubscribe, send mail to [email protected].

Posted: September 22, 2006

Job title: CGI & mod_perl programmer

Company name: Tucows

Location: Canada, Ontario, Toronto

Pay rate: Commensurate with experience

Travel: 0%

Terms of employment: Salaried employee

Hours: Full time

Onsite: yes

Description:
Tucows is doing it again!  Due to the tremendous growth we’re holding
another job fair on Saturday, September 30, 2006, on 96 Mowat Avenue, from
10:00 am to 2:00 pm.  You'll have an opportunity to see our cool office
space, meet members of our Product Development, QA and Usability management
team and talk about a career at Tucows!  Be sure to bring your resume!!

Visit our corporate website at http://jobs.tucows.com/workforus4.cgi to
learn more about these challenging careers.



#!/usr/bin/perl -w 

    use Employee qw(:WebProgrammer); 
    use CGI; 
    use DBI; 

    $you = new Employee; 
    $in = new CGI; 
    $use_mod_perl = ((exists $ENV{'GATEWAY_INTERFACE'} 
		      and $ENV{'GATEWAY_INTERFACE'} =~ /CGI-Perl/) 
		      or exists $ENV{'MOD_PERL'} ); 
    $os = $in->param('os') || 'Linux' || 'Solaris' || 'BSD'; 
    $knowledge = "/usr/local/lib/required"; 
    open(REQUIRED, "$knowledge"); 
    while (<REQUIRED>) { 
	next if (/Do not understand this message/); 
	($apache, $SQL, $HTML, $Javascript) = split; 
    } 
    close(REQUIRED) 
    $knowledge = "/usr/local/lib/helpful"; 
    open(BENEFICIAL, "$knowledge"); 
    $nice_to_have = <BENEFICIAL>; 
    $nice_to_have =~ m/(sendmail)(MySQL)(Oracle)(DNS\/BIND)(Java)/; 
    close(BENEFICIAL); 

    $dbh = DBI->connect('dbi:mysql:TUCOWS','you','hired') || die "can't
connect"; 
    $query = "SELECT the_best FROM applicants WHERE experience like 'at
least 1-2 year%'; 
    $sth = $dbh->prepare("$query"); 
    $sth->execute; 
    $sth->finish; 
    $dbh->disconnect; 

    if ($interested) { 
	$email = '[email protected]'; 
    } 


URL for more information: http://www.tucowsinc.com/

Contact information at:
http://jobs.perl.org/job/4687#contact
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.