Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

# Copyright (C) 2011 Xerxes Tsang
# This program is free software; you can redistribute it and/or modify it
# under the terms of Perl Artistic License.
use strict;
sub BehavioralBid {
return 'BehavioralBid';
}
sub Keyword {
return 'Keyword';
}
sub SitePlacement {
return 'SitePlacement';
}
1;