[Melbourne-pm] [job] mod_perl developer for learning management system

Paul Rodger paul.rodger at n6.com.au
Sat Jul 28 23:56:43 PDT 2007


# Hello Melbourne Perl Mongers.

my $job_ad = '

We require perl programmers for work on a web-based Learning Management System (LMS)
using mod_perl and Oracle.

Required skills:
    * Perl programming experience in a web environment
    * Relational database and SQL skills
    * HTML/Javascript
    * Good communication skills

Bonus skills:
    * Oracle
    * Apache and mod_perl
    * Unix (especially Linux)
    * Experience with Learning Management Systems
    * SCORM and AICC
    * CSS, XML and AJAX
    * Subversion or CVS
    * Prototyping
    * Client-side Java
    * Unicode and internationalisation

About Nexus6 Software

We are a small and friendly software development house specialising in
building web applications (mostly Learning Management Systems).
We are located literally ten metres from Brunswick Street in Fitzroy, Melbourne.
We try to offer a flexible, casual and salesperson-free environment.

Please send all resumes or questions to jobs at n6.com.au

';

if ($self->job_match($job_ad))
{
    use Mail::Sender;
    my $sender = Mail::Sender->new({smtp    => 'localhost',
                                    from    => $my_email_addr,
                                    subject => "my resume",
                                    to      => 'jobs at n6.com.au'});
    $sender->MailFile({msg => "my resume", file => "resume.pdf"});
}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/melbourne-pm/attachments/20070728/1d00f2d3/attachment.html 


More information about the Melbourne-pm mailing list