Tk-Copy-Mac

 view release on metacpan or  search on metacpan

NCopy.pm  view on Meta::CPAN

    }

    if ($this->{'_stop'}) {
	$this->{'_stop'}++;
	return 0;
    } else {
	@copies;
    }
}

sub cp(@) {
    return copy @_;
}

# instantiate our object
sub new(@)
{
    my $this = shift;
    
    my $conf = {
        'test'               => 0,



( run in 1.804 second using v1.01-cache-2.11-cpan-524268b4103 )