To
beginners@perl.org
01/25/2006 09:41 cc
AM
Subject
Re: rename file on ftp server
A
*Please* remove that header and post inline properly.
The file format is OhioHealthyyymmdd[0-9].xml
The [0-9] is a 6 digit PID I assume but changes every time the file is
created.
So the filename for example looks like OhioHealth20040124989893.xml
thank you!
#!/usr/bin/perl
use strict;
use war
cc
Subject
Re: ren
hit the wrong button; meant to send this to the list.
-- Forwarded message --
From: Jay Savage <[EMAIL PROTECTED]>
Date: Jan 24, 2006 4:24 PM
Subject: Re: rename file on ftp server
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
On 1/24/06, [EMAIL PROTEC
cc
Subject
RE: ren
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 24, 2006 3:05 PM
> To: beginners@perl.org
> Subject: rename file on ftp server
>
> All,
>
> I have a task to complete for a user. He wants me to rename a file o
All,
I have a task to complete for a user. He wants me to rename a file on a
remote server so that he can pick it up.
I am trying to use a reg exp or a blog but this is not working. Any tricks
of the perl trade will be mucho appreciated!
The file format is OhioHealthyyymmdd[0-9].xml
The [0-9] is