OpenPlugin

 view release on metacpan or  search on metacpan

inc/File/NCopy.pm  view on Meta::CPAN

    }
    # file to file
    elsif(@args == 2 && -f $args[0]) {
        _docopy_file_file $this, $args[0],$args[1]
            and push @copies, $args[0];
    }

    @copies;
}

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

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



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