koleti has asked for the wisdom of the Perl Monks concerning the following question:
I need to do it so that i can make my application update easily.#!/usr/bin/perl use LWP::Simple; my $url = "http://www.xyz/sql.gz"; my $file = "xyz.sql"; # get the data is_success(getstore($url, $file)) or die "Mark probably broke the server again!\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how can i unzip a file
by johngg (Canon) on Nov 26, 2007 at 21:31 UTC | |
|
Re: how can i unzip a file
by tuxz0r (Pilgrim) on Nov 26, 2007 at 20:54 UTC | |
|
Re: how can i unzip a file
by j1n3l0 (Friar) on Nov 26, 2007 at 22:20 UTC | |
|
Re: how can i unzip a file
by aquarium (Curate) on Nov 26, 2007 at 22:01 UTC | |
|
Re: how can i unzip a file
by Popcorn Dave (Abbot) on Nov 27, 2007 at 04:09 UTC |