Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Copy in perl

by rasgolla (Initiate)
on Mar 26, 2014 at 11:52 UTC ( [id://1079808]=perlquestion: print w/replies, xml ) Need Help??

rasgolla has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Copy persistent Dataset in perl
by talexb (Chancellor) on Mar 26, 2014 at 12:33 UTC

    You've given us nothing to work on here. Presumably these datasets are for some database -- but there's no way to tell.

    If there's some Perl angle to this question, let us know, and we'd be glad to help.

    Alex / talexb / Toronto

    Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Copy persistent Dataset in perl
by GotToBTru (Prior) on Mar 26, 2014 at 12:58 UTC

    We need more information. What modules are you using? We have no idea what $sam_server is or what it is supposed to be doing.

    Also, it is considered polite to mention you have crossposted this on stackoverflow.com

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: Copy in perl
by runrig (Abbot) on Mar 27, 2014 at 16:02 UTC
    Like this:
    #!/usr/bin/perl use File::Copy qw(copy); copy('dataset1.csv', 'dataset2.csv') or die "Failed to copy dataset: $ +!";
Re: Copy in perl
by Jenda (Abbot) on Apr 18, 2014 at 11:27 UTC

    This seems to be related to some EMC Storage Resource Management (see eg.). A quick search on CPAN found nothing related. I guess the suite has some Perl libraries, but I did not find them. Seems you'll have to consult the documentation (you know, you can't just guess what the API might be) or at the very least point us to the libraries and their docs. If they are openly accessible. Even better would be to ask at community.emc.com.

    In either case, rasgolla, this is not the way to ask a question and definitely not the way to reply to requests for more details! Back to the kinder-garden with you!

    Jenda
    Enoch was right!
    Enjoy the last years of Rome.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1079808]
Approved by GotToBTru
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-18 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found