Forum: Perl
Feb 15th, 2008, 2:57 PM
|
|
Replies: 1
Views: 293
Re: perl ftp get file once,push x times
please help - this is the script so far! Many thanks!
#!/usr/bin/perl
#use strict;
use Net::FTP;
use File::Listing qw(parse_dir);
use File::Glob':glob';
use Cwd;
use Shell;
|
Forum: Perl
Feb 15th, 2008, 2:43 AM
|
|
Replies: 1
Views: 293
perl ftp get file once,push x times
hello all
I need a few tips on how i can accomplish a rather simple tasks but a little confusing.
##The task:
Involves getting numerous files one by one from a source server via ftp and pushing...
|
Forum: Perl
Jan 11th, 2006, 4:08 AM
|
|
Replies: 0
Views: 284
Simple Perl / MySQL Problem.. pls help!
I need some help in accomplishing something in perl as i am new in the language.
BASICS:
--------
Im developing a promotional system that basically accepts promotional entries and stores them in a...
|