The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Arbeitsagentur::Applicant - A container for an applicants data

SYNOPSIS

        use WWW::Arbeitsagentur::Applicant;

        my $bewerber = new Dewarim::Arbeit::Bewerber();
        $bewerber->parse_file('applicant.html');
        print 'Name: ' . $bewerber->Name() . "\n";

DESCRIPTION

Overview

This class is a container for data of applicants. An applicants file obtained from http://www.arbeitsagentur.de can be parsed using parse_file().

METHODS

$bewerber->parse_file( $file )

Parses a file containing the data of an applicant from http://www.arbeitsagentur.de

Parameter: $file - file name

SEE ALSO

Dewarim::Arbeit::Bewerberliste - A container for Bewerber objects

http://arbeitssuche.sourceforge.net

AUTHORS

Ingo Wiarda dewarim@users.sourceforce.net

Stefan Rother bendana@users.sourceforce.net

COPYRIGHT

Copyright (c) 2004,2005, I. Wiarda, S. Rother. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.