Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created October 27, 2010 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesavak/649803 to your computer and use it in GitHub Desktop.
Save joesavak/649803 to your computer and use it in GitHub Desktop.
Grab file
#!/usr/bin/perl
use strict;
use LWP::Simple;
my $url = 'http://site/files';
my $file = 'fileName';
getstore( "$url/$file", $file );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment