Re: XML::Simple help request

2006-08-22 Thread Owen
On Tue, 22 Aug 2006 09:13:47 +0100 Gary Stainburn <[EMAIL PROTECTED]> wrote: > On Tuesday 22 August 2006 05:32, Owen Cook wrote: > > I am trying to get email addresses out of a Sylpheed address book. The > > output of Dumper is; > > > > $VAR1 = { > > 'attribute-list' => [ > >

Re: XML::Simple help request

2006-08-22 Thread Mumia W.
On 08/21/2006 11:32 PM, Owen Cook wrote: I am trying to get email addresses out of a Sylpheed address book. The output of Dumper is; $VAR1 = { 'attribute-list' => [ {} ], 'first-name' => '', 'uid' => '1581494

Re: XML::Simple help request

2006-08-22 Thread Gary Stainburn
On Tuesday 22 August 2006 05:32, Owen Cook wrote: > I am trying to get email addresses out of a Sylpheed address book. The > output of Dumper is; > > $VAR1 = { > 'attribute-list' => [ > {} > ], > 'first-name' => '', >

XML::Simple help request

2006-08-21 Thread Owen Cook
I am trying to get email addresses out of a Sylpheed address book. The output of Dumper is; $VAR1 = { 'attribute-list' => [ {} ], 'first-name' => '', 'uid' => '158149473', 'cn' => 'Julie Jumper',

Re: grep help request -- data fields max size

2005-10-28 Thread David Gilden
Thanks Jay, For your recommendation, is there a way I can limit the size, something like: [\w\.-]{1,50} or should I do that I bring in the data for first time? Have a great weekend! Dave Ft. Worth, Tx [ www.coraconnection.com ] > It's going to be a whole lot easier, and probably just as fast

Re: grep help request

2005-10-28 Thread John Doe
David Gilden am Freitag, 28. Oktober 2005 20.55: > Hello, > > I am stuck with this issue. > How do get each substring (the names in this case) and then upper case > them. This does not work just yet > > Possible data: > mike smith > john h. hamilton > g. bush > hendric > > etc.. > > >

Re: grep help request

2005-10-28 Thread Jay Savage
On 10/28/05, David Gilden <[EMAIL PROTECTED]> wrote: > Hello, > > I am stuck with this issue. > How do get each substring (the names in this case) and then upper case them. > This does not work just yet > > Possible data: > mike smith > john h. hamilton > g. bush > hendric > > etc.. >

grep help request

2005-10-28 Thread David Gilden
Hello, I am stuck with this issue. How do get each substring (the names in this case) and then upper case them. This does not work just yet Possible data: mike smith john h. hamilton g. bush hendric etc.. #!/usr/bin/perl $SendersName = " dave middlename gilden "; $SendersName =~

Help Request

2001-09-16 Thread Duston S. Horacek
Hello, Can somebody tell me how to get a cgi script that would read information from a file on the server, allow this info to be edited and then resaved into the same file? I'm trying to accomplish something like: http://www.excelgames.com/sample2.htm Where the GDP would be loaded from a fil

Re: Help request for backup perl script

2001-08-22 Thread Michael D. Risser
On Tuesday 21 August 2001 05:00 pm, you wrote: > Spoke to soon as to my problem beign solved, what is happening now is that > the tar/zip operations are still running when my script copies ythe files > and dates them for the archive folder, the working part of the script is > something like > > ex

RE: Help request for backup perl script

2001-08-22 Thread Rogers, Gary (AP- Server Adminstrator)
Doh, you're right. Just like unix exec. I stand corrected. :) -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:02 AM To: '[EMAIL PROTECTED]' Subject: RE: Help request for backup perl script > -Original Message--

RE: Help request for backup perl script

2001-08-22 Thread Bob Showalter
> -Original Message- > From: Rogers, Gary (AP- Server Adminstrator) > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 9:51 AM > To: 'Duston S. Horacek'; perl > Subject: RE: Help request for backup perl script > > > exec() forks off a p

RE: Help request for backup perl script

2001-08-22 Thread Rogers, Gary (AP- Server Adminstrator)
e good to review. -Original Message- From: Duston S. Horacek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 6:01 PM To: perl Subject: Help request for backup perl script Spoke to soon as to my problem beign solved, what is happening now is that the tar/zip operations are still runn

RE: Help request for backup perl script - how to make it wait

2001-08-21 Thread Gary L. Armstrong
bject: Help request for backup perl script Spoke to soon as to my problem beign solved, what is happening now is that the tar/zip operations are still running when my script copies ythe files and dates them for the archive folder, the working part of the script is something like exec("tar -z -c

RE: Help request for backup perl script

2001-08-21 Thread Gibbs Tanton - tgibbs
heck its return status. Good luck! Tanton -Original Message- From: Duston S. Horacek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:01 PM To: perl Subject: Help request for backup perl script Spoke to soon as to my problem beign solved, what is happening now is that the tar/zip

Help request for backup perl script

2001-08-21 Thread Duston S. Horacek
Spoke to soon as to my problem beign solved, what is happening now is that the tar/zip operations are still running when my script copies ythe files and dates them for the archive folder, the working part of the script is something like exec("tar -z -cf area.tgz ../Mud/area/ | cp area.tgz archiv

RE: Help request for backup perl script

2001-08-19 Thread Duston S. Horacek
For all those that helped, thank you, the script works great, and now will zip the files in the directories I need it to, then move them to an archive folder, thanks to matthschulz [[EMAIL PROTECTED]] and Troy Denkinger [[EMAIL PROTECTED]] who gave me the date portions with two seperate ideas tha