IT Community - Software Programming, Web Development and Technical Support

How to create Tar using perl?

This is a discussion on How to create Tar using perl? within the Perl forums, part of the Software Development category; hi, how to create tar file using perl?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > Perl

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-23-2007, 05:45 AM
raj raj is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
raj is on a distinguished road
Default How to create Tar using perl?

hi,

how to create tar file using perl?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-27-2007, 03:20 AM
ragavraj ragavraj is offline
D-Web Programmer
 
Join Date: Feb 2007
Posts: 92
ragavraj is on a distinguished road
Default Re: How to create Tar using perl?

Here is the script for create a tar file using perl

Quote:
#!/usr/bin/perl -w
$vDir=shift(@ARGV);
chomp($vDir);
$vDir =~ tr/\///d;
print "Archiving $vDir/* ...\n";
$vTarName=$vDir."test.tar.gz";
$vContent="tar -zpscf ".$vTarName." ".$vDir."/*";
system($vContent);
print("\n");
Thanks
R.Rajan
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is perl? inder Perl 2 09-25-2008 05:10 AM
Perl its - strengths JSureshkumar Perl 4 03-12-2008 02:59 AM
How to set Perl Interpreter within perl script sivaramakrishnan Perl 1 07-19-2007 06:45 AM
Perl Code from PHP sivaramakrishnan PHP Programming 1 07-16-2007 11:15 AM
Perl? swoosh Perl 2 03-19-2007 04:31 AM


All times are GMT -7. The time now is 01:36 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0