Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more
123456789101112131415161718192021 package Microsoft::AdCenter::V6::CampaignManagementService::BiddingModel;# 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;use warnings;sub BehavioralBid { return 'BehavioralBid';}sub Keyword { return 'Keyword';}sub SitePlacement { return 'SitePlacement';}1;
package
Microsoft::AdCenter::V6::CampaignManagementService::BiddingModel;
# 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;
warnings;
sub
BehavioralBid {
return
'BehavioralBid'
;
}
Keyword {
'Keyword'
SitePlacement {
'SitePlacement'
1;