- 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
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
> -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
>
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 = $_;
}
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
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
> 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
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
>>
- 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
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
10 matches
Mail list logo