Fw: Help needed created this data structure

2007-07-10 Thread Chris Charley
- Original Message - From: "Chris Charley" <[EMAIL PROTECTED]> To: "klute" <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2007 7:17 PM Subject: Re: Help needed created this data structure - Original Message - From: "klute" <[EMAIL PROTECTED]> Newsgroups: perl.beginners To: "k

Fw: Help with files

2004-02-03 Thread Marcelo
Found the way to delete duplicates on an array (using hash keys), but the other problem is: if I have linse on a file that say: username:password sometx:uilokj how do i delete the lines that don't have, say, 6 letters, followed by a : and then another 6 letters. tried this re, but it won't

FW: help

2003-07-01 Thread Vema Venkata
> -Original Message- > From: Vema Venkata > Sent: Tuesday, 1 July 2003 2:06 PM > To: '[EMAIL PROTECTED]'; 'Sudarshan Raghavan' > Subject: help > > For the following script can any one help me to create a log file > wud be appreciated help asap > > > rgds > venkat >

FW: Help with input streams

2003-02-01 Thread Jason Wozniak
Well as a followup to my own email.. This works where the while loop does not, so at least now I've found a way to pipe the output of the unix find command into my program :) I'm still not sure I understand why though... chomp(@files = <>); I had also tried: while (<>) { @files = $_; }

Re: FW: Help with my script please.

2002-12-04 Thread Jenda Krynicky
From: "Paul Kraus" <[EMAIL PROTECTED]> > Secondly I am reading the parameters from a comma delimitated file but > this is going to be changed to a real config file that is setup like > [machine name] Password=; Username=; ... See the Config and INI file related modules on CPAN. > Last but easies

FW: Help with my script please.

2002-12-04 Thread Paul Kraus
I just finished the learning Perl book and thought I would try and rewrite a bash script that I had written long ago. The purpose of the app is to mount a samba folder on a winx machine. Copy its contents to a local folder as a mirror. I just wanted some input on my app and some things explained if

Fw: Help!! Retrieving Image File

2002-08-17 Thread Connie Chan
> Thanks for helping a newbie in perl.. I am newbie too =) This works on my computer, but you can try this : > > -- > #!/usr/bin/perl use strict; use CGI::Carp qw(fatalsToBrowser); > > my $filepath="mypicture.jpg"; > > op

Re: Fw: Help, I suppose.

2002-07-31 Thread Felix Geerinckx
on Tue, 30 Jul 2002 16:45:26 GMT, [EMAIL PROTECTED] (Tómas guðmundsson) wrote: >> But what do I do to make it more than just the phone number so if >> I ask of Fred it shows his number, address, e-mail, and such ? >> >> my %phone_book = qw( >> Fred [EMAIL PROTECTED] 0123 fred'sstreet 34 >>

Fw: Help, I suppose.

2002-07-30 Thread Tómas Guðmundsson
- Original Message - From: "Tómas Guðmundsson" <[EMAIL PROTECTED]> To: "Janek Schleicher" <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 8:41 AM Subject: Re: Help, I suppose. > okey, I made it a hash now. And everything works and that's nothing but > cool! > > But what do I do to make

FW: Help reqd. for collecting data

2002-02-05 Thread Anand, Pankaj
Further to below mentioned mail , How to collect ata for weekly basis , like 01/04 -- Data1 Data2 Data3 01/11 -- Data1 Data2 Data3 01/18 -- Data1 Data2 Data3 And so on One thing I can do is tail the last 7 lines of daily data file and put in some file so that I have to run the job onl