Ask a Question related to PERL Beginners, Design and Development.
-
Brian Brown #1
Obtaining file data
Hello,
I am trying to get the specs for files in a remote directory. I need to be
able to get the name of the file, file size and the date the file was
updated.Then put it all in a text file that can be emailed.
Does anyone know where I can go to get an example of how to do this. I am
working on a Win 2000 box.
Thanks for any help that you can provide.
Brian Brown
Web Developer
[email]brianbr@daveramsey.com[/email]
615.371.8881 ext. 5303
[url]http://www.daveramsey.com[/url]
[url]http://www.mytotalmoneymakeover.com[/url]
ORDER DAVE RAMSEY'S NEW BOOK AT [url]www.totalmoneymakeover.com/order[/url]
Brian Brown Guest
-
Obtaining rowid on insert
Given an insert into a simple table whose primary key is an autoincrement is there a reliable way to return the value in a 1-step process? I can... -
Linking data, searching data, and format the data file
I'm sorta new to flash and integrating data and components...I'm usu. an interface designer. I'm trying to link a combo box to a file doesn't... -
Obtaining Windows Username
Hey all, Once again, I find myself requiring your expertise, so I'll say Thank in advance. I was going to try using Kerberos (thanks for the inf... -
Obtaining IP adress of browser host ?
Hi All I have a page where I trigger a command like xterm. <? $cmd="export DISPLAY=$disp ; xterm"; $out=shell_exec($cmd); -
oslevel: Timeout obtaining lock.
After a disk full the AIX 4.3.3 system was rebooted, the database (Progress) running on it had abnormally terminated. When starting the database I... -
Wiggins D Anconia #2
Re: Obtaining file data
> Hello,
First question, over what protocol?>
> I am trying to get the specs for files in a remote directory. I need to be
> able to get the name of the file, file size and the date the file was
> updated.Then put it all in a text file that can be emailed.
>
> Does anyone know where I can go to get an example of how to do this. I am
> working on a Win 2000 box.
>
> Thanks for any help that you can provide.
>
> Brian Brown
> Web Developer
> [email]brianbr@daveramsey.com[/email]
> 615.371.8881 ext. 5303
>
[url]http://danconia.org[/url]
Wiggins D Anconia Guest
-
Paul Kraus #3
RE: Obtaining file data
Perldoc -f stat
You can use paths like this in perl
\\remoteserver\c\path
Don't forget to escape the \\ in double quote context.
\\\\remoteserver\\c\\path
HTH,
Paul Kraus
-----------------------
PEL Supply Company
Network Administrator
> -----Original Message-----
> From: Brian Brown [mailto:brianbr@daveramsey.com]
> Sent: Thursday, January 29, 2004 11:48 AM
> To: [email]beginners@perl.org[/email]
> Subject: Obtaining file data
>
> Hello,
>
> I am trying to get the specs for files in a remote directory. I need to be
> able to get the name of the file, file size and the date the file was
> updated.Then put it all in a text file that can be emailed.
>
> Does anyone know where I can go to get an example of how to do this. I am
> working on a Win 2000 box.
>
> Thanks for any help that you can provide.
>
> Brian Brown
> Web Developer
> [email]brianbr@daveramsey.com[/email]
> 615.371.8881 ext. 5303
>
> [url]http://www.daveramsey.com[/url]
> [url]http://www.mytotalmoneymakeover.com[/url]
>
> ORDER DAVE RAMSEY'S NEW BOOK AT [url]www.totalmoneymakeover.com/order[/url]
>
>
>
> --
> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
Paul Kraus Guest



Reply With Quote

