NAME

Net::Squid::Purge::Multicast

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

use Net::Squid::Purge::Multicast;
my $purger = Net::Squid::Purge::Multicast->new();
$purger->multicast_group('192.168.100.3');
$purger->multicast_port('2000');
$purger->purge('http://localhost/', 'http://localhost/home/');

FUNCTIONS

purge

This function performs the purge action on the designated squid servers.

multicast_group

multicast_port

SEE ALSO

Please see Net::Squid::Purge for more information.

COPYRIGHT & LICENSE

Copyright 2006 Nick Gerakines, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.