include one script in another

2004-09-16 Thread [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: include one script in another

2004-09-16 Thread [EMAIL PROTECTED]
Thanks a mil. I will take a look. Quoting Chris Devers <[EMAIL PROTECTED]>: > On Thu, 16 Sep 2004, [EMAIL PROTECTED] wrote: > > > Please help, I need to include one perl script in another. > > Use `require` or `use`. > > Normally I'd point you to perldoc.

module issues

2004-09-16 Thread [EMAIL PROTECTED]
tall? I am using Mandrake 10.0. Ciao -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: module issues

2004-09-16 Thread [EMAIL PROTECTED]
Thanks a million. I am now sorted. I installed the perl-devel rpm and did the CPAN install like you said I should. Cool bananas! Quoting Chris Devers <[EMAIL PROTECTED]>: > On Thu, 16 Sep 2004, [EMAIL PROTECTED] wrote: > > > The problem that I am having now is that I am tryin

time function

2004-09-20 Thread [EMAIL PROTECTED]
, how do I tell it one minute from now? Warmest regards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Including one perl script in another

2005-02-23 Thread [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

DBD and DBI::Pg

2001-04-15 Thread [EMAIL PROTECTED]
Our site (www.dagl.net) has recently been given the task of beta testing a new statistics program for our Quake 3 game servers... This new program is called "GeigerCounter - RC5", in case any of you have experience with it... However, I am only a newbie at PostgreSQL and PHP, so I don't know wha

AW: Pack trouble

2001-04-29 Thread [EMAIL PROTECTED]
ehy..is this the loveletter virus attached ?? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Slaven Rezic Gesendet: Sonntag, 29. April 2001 03:46 An: Hans Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: Pack trouble Hans <[EM

Re: gzip or Compress::Zlib

2001-05-09 Thread [EMAIL PROTECTED]
ou do that with all your options, see how they fit into what you wish to do.. benchmark if you need to, and form your own educated opinion to what way is 'better' for your project. Cheers, Kevin On Wed, May 09, 2001 at 11:38:00AM -0500, Kailash Subramanian ([EMAIL PROTECTED]) spew-ed f

beginners@perl.org

2001-06-12 Thread [EMAIL PROTECTED]
unsubscribe

Need Perl/CGI/DBI/mysql Examples

2001-06-17 Thread [EMAIL PROTECTED]
ot; if you will. ;) I swear I wont be stealing anyones code for my own, all I want is just a "road map" for my own educational purposes. If anyone wouldn`t mind sharing or could point me in the right direction, it would be *immensely* appreciated! Thanks in advance! -- Tim W. [EMAIL PROTECTED]

Problem running script on WinNT4 machines. - Win32::Netadmin

2001-08-15 Thread [EMAIL PROTECTED]
;Administrators", \@users); for (my $i=0; $i<@users; $i++){ $console->Write(" $users[$i]\n"); } $console->Write("\n\n"); } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: emptying an scalar variable

2001-08-17 Thread [EMAIL PROTECTED]
; > > empy $line; > } > > Any help welcome? > > -- > *** > > PEDRO a. RECHE gallardo, pHDTL: 617 632 3824 > Scientist, Mol.Immnunol.Foundation, FX: 617 632 3351 > Dana-Farber Cancer Institute,

Re: emptying an scalar variable

2001-08-17 Thread [EMAIL PROTECTED]
; > > empy $line; > } > > Any help welcome? > > -- > *** > > PEDRO a. RECHE gallardo, pHDTL: 617 632 3824 > Scientist, Mol.Immnunol.Foundation, FX: 617 632 3351 > Dana-Farber Cancer Institute,

Re: Would like to generate PDF output from text

2001-08-17 Thread [EMAIL PROTECTED]
eState Perl (I believe it's 5.6) on WinNT. > > Does anyone have a pointer to the correct module? > > Peter > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Premature End of Script Headers

2001-08-17 Thread [EMAIL PROTECTED]
d of Script > Headers" and "Client Sent Malformed Host Header". Can someone please tell > me what these errors mean and how I can fix them? Thus far I have been > unable to find any useful information on Internet. > > Thanks! > > JMM > > >

String Stripping?

2003-01-12 Thread [EMAIL PROTECTED]
Hello all, I need to strip some HTML tags from a stringHowever, the complete tags are not consistent, so I would like to remove all the text between certain strings I specify.regardless of what is between them! For example: I would like to remove all the text starting with

Create Text File

2003-01-15 Thread [EMAIL PROTECTED]
Hello all, I need to create a .txt file and then print some text to it Does anyone know how to do this? Thanks in advance... Kurt

Re: Checking to see if input has valid data.

2003-01-15 Thread [EMAIL PROTECTED]
I use this for email verification $str =~ /^[^@]+@[^.]+\.[^.]/); - Original Message - From: "Dylan Boudreau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 11:57 AM Subject: Checking to see if input has valid data. > T

RE: Adding new path to @INC

2003-01-20 Thread [EMAIL PROTECTED]
Sure. #!/usr/local/bin/perl BEGIN { unshift (@INC, "Your/path/needed"); } print "@INC\n"; good luck YG Original Message: - From: Nils-Anders Persson [EMAIL PROTECTED] Date: Mon, 20 Jan 2003 16:05:52 +0100 To: [EMAIL PROTECTED] Subject: Adding new path

Open file

2003-02-01 Thread [EMAIL PROTECTED]
a backup of all char). This operation will be make in background when push a special button. Sorry but is it possible make this with Perl, and if so does anyone send me a small example to develop? Many many thanks marco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

OpenFile and search

2003-03-07 Thread [EMAIL PROTECTED]
nks at all. Marco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Searching for the right regular expressions

2003-03-24 Thread [EMAIL PROTECTED]
of "if" 1.c. a mix of 1.a & 1.b 3. Use 2 and compare blocks. Original Message: - From: [EMAIL PROTECTED] Date: Mon, 24 Mar 2003 08:56:23 -0600 To: [EMAIL PROTECTED] Subject: Searching for the right regular expressions Dear Perl experts, I'm trying to find the

Re: HASH PRINTING

2003-04-04 Thread [EMAIL PROTECTED]
EMAIL PROTECTED] Date: Thu, 03 Apr 2003 18:04:43 -0800 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: HASH PRINTING Eric Walker wrote: > I have a HASH with a mixture of single, double and triple layers. > exampl hash of hash of array's etc > I try to dump and see values of

Sorting Help (***) URgENT!

2003-07-24 Thread [EMAIL PROTECTED]
n it DOES find one, it needs to print it out to the file, the others it needs to ignore. HELP! Robert mail2web - Check your email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jes new to List

2002-07-25 Thread [EMAIL PROTECTED]
< 2) { $i = $i + 1; } else { print "wrong. try again\n"; $guess = ; chomp $guess; $i = 0; } } }} #EOF. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do you put a delay/pause/wait in Perl?

2002-08-13 Thread [EMAIL PROTECTED]
what that would do to the system load. Can anyone point me in the right direction? Thank you, Shawn mail2web - Check your email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

CGI+Compiled Program

2002-09-03 Thread [EMAIL PROTECTED]
Hi ALL. How to run compiled program in cgi module??? I compile the program using: perlcc -o test test.pl and copy to /cgi-bin and run instead ?? - My program requires a perl module from apache to run in cgi mode?, or the perlcc build all libraries on compiled program? thanx for help... Pl

Clear a @

2002-09-17 Thread [EMAIL PROTECTED]
Hi Suppose i have an array a[0]=1,a[1]=45,a[3]=78 Is there a way to clear the @a array with just one command? so i can for example assingn new values like a[0]=10,a[1]=90 and for example leave a[3] empty Something like clear @a; Tanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

HOW TO POST II

2002-09-27 Thread [EMAIL PROTECTED]
e saiing tha POST must have a content_lenght clause in their headindg , and i dont know how to insert that in my header can you please help me? Thanks in advance > > ----- Original Message - > From: "Tony" <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" &

Install Question

2002-09-30 Thread [EMAIL PROTECTED]
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Install Question

2002-10-01 Thread [EMAIL PROTECTED]
Hi: Yep. Once again, Tim and Zentara, you patiently remind me to use just a little common sense. Thanks. Tom zentara wrote: > On Mon, 30 Sep 2002 20:07:29 -0700, [EMAIL PROTECTED] > ([EMAIL PROTECTED]) wrote: > > >>Hi: I have both perl 5.6.1 and perl 5.6.0 on my system

HI Can u help me

2002-10-06 Thread [EMAIL PROTECTED]
Hello Is there a function to test if a given.jpg file is a valid jpg file? thanks

PERL vs. PHP?

2002-10-23 Thread [EMAIL PROTECTED]
Hi! I'm just learning PERL, and I love it so far! A friend of mine wants help with a project that involves moving data to and from a MySQL database via the web, but he wants to find someone who can do it using PHP. He said that he heard that PHP is faster and more powerful. Is this true? Ar

Re: PERL vs. PHP?

2002-10-23 Thread [EMAIL PROTECTED]
Josh - Original Message - From: "David U." <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 9:28 AM Subject: Re: PERL vs. PHP? > [EMAIL PROTECTED] wrote: > > Hi! I'm just learning PERL, and I love

Re: PERL vs. PHP?

2002-10-23 Thread [EMAIL PROTECTED]
Beau and Jenda, Thank you so much for your kind responses. This clears up alot for me (and makes me feel a bit better about being a part of this list!) Thanks, Josh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Infinite loop--RegEx problem?

2002-10-31 Thread [EMAIL PROTECTED]
Please help!!! I'm trying to complete an assignment to determine the number of HTML tags within a string at each level of nesting. ie: for the string "abcde" is at level 0 and are at level 1 etc... My code is below. The problem is that apparently my RegEx is wrong (in the while loop),

Re: date

2002-11-13 Thread [EMAIL PROTECTED]
my $loc_time = scalar(localtime); Olympio Raymond wrote: How can you write the date and our of the system with a perl command ? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: random string

2002-11-25 Thread &#x27;[EMAIL PROTECTED]'
ntact :- Linux Success Stories : - www.geocities.com/rpayal99 ------- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: random string

2002-11-25 Thread &#x27;[EMAIL PROTECTED]'
ties.com/rpayal99 --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HELP W. Print

2002-11-28 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

newbie

2002-12-20 Thread [EMAIL PROTECTED]
ation gratuits ! Pour profiter de cette offre, cliquez ici: http://register.tiscali.fr/adsl/ Offre soumise à conditions. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: newbie

2002-12-20 Thread [EMAIL PROTECTED]
Thanks, the script is the following: #!/usr/bin/perl use Mail::Sender; $i = scalar (@ARGV); $sender = new Mail::Sender {smtp => 'server.smtp.com', from => '[EMAIL PROTECTED]'}; $sender->MailFile({to => '[EMAIL PROTECTED]', su

RE: newbie

2002-12-20 Thread [EMAIL PROTECTED]
Thanks to all, it working!!! RobR: for $i,I thinking i need give parameter into table before use it. fi each "ARGV" i put " from ' and it working the correct script is : #!/usr/bin/perl -w use Mail::Sender; $sender = new Mail::Sender {smtp => 'server.smtp.com

Which is better, opening and closing, or a massive file opening and a massive closing?

2004-02-11 Thread [EMAIL PROTECTED]
!"; open OUTFILE1, ">/home/multifax/102" or die "Can't open ${infile}.out at home: $!"; print OUTFILE "[EMAIL PROTECTED]"; if ($fields[11] eq 102){ print OUTFILE1 "[EMAIL PROTECTED]"; } I am wondering if it is more processor in

[OT] Apache internal server redirects

2004-02-17 Thread [EMAIL PROTECTED]
il: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: [OT] Apache internal server redirects

2004-02-17 Thread [EMAIL PROTECTED]
http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: [OT] Apache internal server redirects

2004-02-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > I have an internal server that I need to pass external visitors to > from a web page. The internal server isn't set up to go through the > firewall so I am looking for a way to make web server (which does > play nice) to access the other server via ht

Returning value from system()

2004-03-03 Thread [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

FTP Login/commands

2003-07-29 Thread [EMAIL PROTECTED]
d /u/dsk/ipo pwd verbose prompt bin mget salesa* pwd quit mail2web - Check your email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: quick re help

2003-08-14 Thread [EMAIL PROTECTED]
Jeff 'Japhy' Pinyan wrote: On Aug 13, [EMAIL PROTECTED] said: sub quickWrap { my $data = @_[0]; You shouldn't use an array slice where you mean to use a single array element. Thanks for catching that, I should have really seen that one. $times_to_reread_my_code_before_

Re: scheduled tasks - duplicate of "background perl programs for'the scheduled task'"

2003-08-14 Thread [EMAIL PROTECTED]
sorry, I thought the news program wasn't posting, due to a long delay, so I emailed the same question to the list please reply to post with subject background perl programs for 'the scheduled task' instead, sorry [EMAIL PROTECTED] wrote: I need to send an email out to o

background perl programs for 'the scheduled task'

2003-08-14 Thread [EMAIL PROTECTED]
biggy, they are fairly common. I don't think this server will allow us to install new CPAN modules, we only have FTP, HTTP, a public and a little cgi-bin dir for the site. Any help on where to start would be very appreciated thanks! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

scheduled tasks

2003-08-14 Thread [EMAIL PROTECTED]
of how to go about tackling this problem, at least in a good way. If anyone can suggest a good starting point, I would very much appreciate it. thanks! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

quick re help

2003-08-14 Thread [EMAIL PROTECTED]
^|\n][^\n]{$wrapAt,}?[ |$|\n]/) { $data =~ /([^|\n])([^\n]{1,$wrapAt})( )([\s|\S]*$)/; $wrappedData .= "$`$1$2\n"; $data = "$4"; } return "$wrappedData$data"; } thanks! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can't open dbm file - no space left on device

2003-08-14 Thread [EMAIL PROTECTED]
ce in the error message be something other than a filesystem? A red herring? Could this have anything to do with something that's under my control? I'd appreciate any insights. Katy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please take me off list

2003-08-21 Thread [EMAIL PROTECTED]
Please take me off your mailing list. I am receiving hundreds of emails daily. Thank you.    Gerda   IncrediMail - Email has finally evolved - Click Here

working on time

2003-10-10 Thread [EMAIL PROTECTED]
liquez ici : http://register.tiscali.fr/adsl/ Offre soumise à conditions. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NET::FTP problem w/CHMOD

2003-10-10 Thread [EMAIL PROTECTED]
CHMOD everything in the base dir, but can't cwd after the first CHMOD. Does anyone have any ideas of why this may be happening? TIA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NET::FTP problem w/CHMOD

2003-10-15 Thread [EMAIL PROTECTED]
for the current directory, even though the ->quot was continuing to work for chmods. I'll file this behavior in the 'mystery box' (as it is usually user error anyway) and keep using the site function, thanks again. Wiggins D'Anconia wrote: Rob Dixon wrote: Hi. [EMAIL PRO

Re: working on time

2003-10-27 Thread [EMAIL PROTECTED]
Hi, thanks, it working very well. Damien -- Initial Header --- From : news <[EMAIL PROTECTED]> To : [EMAIL PROTECTED] Cc : Date : Fri, 10 Oct 2003 19:17:39 +0200 Subject : Re: working on time On Fri, 10 Oct 2003 12:13:45 -0400, Bill Akins

downloading a mp3 file using LWP::simple

2003-10-27 Thread [EMAIL PROTECTED]
e in ascii . any help would be greatly appreciated . thks n rgds -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: downloading a mp3 file using LWP::simple

2003-10-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: using the following code I get a distorted file , I used the sockets and the result is the same here is the LWP code i used use strict; use LWP::Simple; my $url ="http://xxx.xxx.com/Amazing_Grace.mp3"; ; my $html = get($url) ; print $html; exit(0); I thin

Regarding dynamic binding

2003-12-23 Thread [EMAIL PROTECTED]
email from the web at http://mail2web.com/ . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

regex question

2001-10-29 Thread [EMAIL PROTECTED]
;\', \'" . $nrcpts . "\', \'" . $relay . "\', \'" . '' . "\')"; if (0 < $DEBUG) { print "INFO: Line " . __LINE__ . " " . $query; } =======

beginners join function question

2001-10-30 Thread [EMAIL PROTECTED]
= any help would be greatly appreciated. thanks -- - josh N8MSO 20A8 2FC6 9099 D215 78F4 D005 B9F3 21C4 300C C25E~. .~ Tk Open Systems =}----ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To un

what is @$data

2001-11-04 Thread [EMAIL PROTECTED]
B9F3 21C4 300C C25E~. .~ Tk Open Systems =}ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

protecting code

2001-11-12 Thread [EMAIL PROTECTED]
). Although I can only see problems going down this road. The best solution is to keep the application on out servers. Any pointers would be greatly appreciated. regards Scott -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem getting scalars out of array

2001-11-15 Thread [EMAIL PROTECTED]
- josh N8MSO 20A8 2FC6 9099 D215 78F4 D005 B9F3 21C4 300C C25E~. .~ Tk Open Systems =}----ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

hash question

2001-11-25 Thread [EMAIL PROTECTED]
d{time} ? -- - josh N8MSO 20A8 2FC6 9099 D215 78F4 D005 B9F3 21C4 300C C25E~. .~ Tk Open Systems =}ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTE

Re: hash question- solved

2001-11-25 Thread [EMAIL PROTECTED]
On Sun, 25 Nov 2001, [EMAIL PROTECTED] wrote: > Date: Sun, 25 Nov 2001 15:18:19 +0200 (IST) > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: hash question > > hi all, > can someone point me in the right direction. i do

what is a structure

2001-12-03 Thread [EMAIL PROTECTED]
---ooO--U--Ooo----{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

structures and references

2001-12-04 Thread [EMAIL PROTECTED]
--ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OO perl tutorials

2001-12-04 Thread [EMAIL PROTECTED]
stems =}ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: acronym of qw

2001-12-05 Thread [EMAIL PROTECTED]
On Wed, 5 Dec 2001, nafiseh saberi wrote: > Date: Wed, 5 Dec 2001 12:00:17 +0330 > From: nafiseh saberi <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: acronym of qw > > hi dear team... > I wish all of you be healthy. > > do you know ...what is the acr

Re: acronym of qw

2001-12-05 Thread [EMAIL PROTECTED]
On Wed, 5 Dec 2001, nafiseh saberi wrote: > Date: Wed, 5 Dec 2001 12:00:17 +0330 > From: nafiseh saberi <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: acronym of qw > > hi dear team... > I wish all of you be healthy. > > do you know ...what is the acr

Re: Time since midnight.

2001-12-05 Thread [EMAIL PROTECTED]
On Wed, 5 Dec 2001, Tirthankar C. Patnaik wrote: > Date: Wed, 5 Dec 2001 14:18:35 +0530 (IST) > From: Tirthankar C. Patnaik <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Time since midnight. > > > > I have a set of timestamps, which are seconds since midnig

DBI hashref of a sum (maybe OT)

2001-12-23 Thread [EMAIL PROTECTED]
A8 2FC6 9099 D215 78F4 D005 B9F3 21C4 300C C25E~. .~ Tk Open Systems =}--------ooO--U--Ooo{= - [EMAIL PROTECTED] - tel: +972.58.520.636, http://www.tkos.co.il -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sub to jump to begining of month

2001-12-26 Thread [EMAIL PROTECTED]
f correctly at $TestingTime = 999291600 (Sep 1 00:00:00 2001) but when i try to jump to the 1001887200 (Oct 1 00:00:00 2001). $TestingTime= 1001883600 (Sep 30 23:00:00 2001) can someone please show me where i went wrong? -- - josh N8MSO 20A8 2FC6 9099 D215 78F4 D005 B9F3 21C4 300C C25E

Meaning of [EMAIL PROTECTED]

2008-06-12 Thread [EMAIL PROTECTED]
Hi there, I am stuck with something here. What does the following piece of code mean? my @temp1; my @temp2; $cnt=0; $temp2[$cnt] = [EMAIL PROTECTED]; What is the kind of data stored in $tempFieldNames[$information] ? Please help. Sundeep -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: problem with printing

2008-06-19 Thread [EMAIL PROTECTED]
On Jun 19, 5:10 am, [EMAIL PROTECTED] (Dakin999) wrote: > Hi, > > I have following code which works ok. It does following: > > 1. reads data from a input file > 2. puts the data into seperate variables in a array > 3. reads from this array and prints out to another file > &

Re: Writing output to a file

2008-06-19 Thread [EMAIL PROTECTED]
On Jun 18, 7:12 pm, [EMAIL PROTECTED] (Dakin999) wrote: > Hi, I am trying to write the script myself and now stuck at some > thiong that I am pretty sure have been done by others. Any help will > be significant. > > Ok, I have created an array and now I want to read from this array

clock in perl

2008-08-12 Thread [EMAIL PROTECTED]
can any body tell me how to make clock in perl/mason -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Perl equivalent of "sed -f" or "awk -f"

2008-09-02 Thread [EMAIL PROTECTED]
t inline editing directly. In Perl, what would be the way to apply a series of multiple inline edits in this form to an inputfile? commandfile: s/searchterm/replaceterm/ s/searchterm2/replaceterm2/ s/searchterm3/replaceterm3/ etc... Thanks in advance. -- To unsubscribe, e-mail: [EMAIL PROTECT

Re: Perl equivalent of "sed -f" or "awk -f"

2008-09-02 Thread [EMAIL PROTECTED]
On Sep 2, 10:49 am, [EMAIL PROTECTED] (John W. Krahn) wrote: > [EMAIL PROTECTED] wrote: > > I'd like to apply a series of inline edits to a file in Perl. > > > With sed, I could use "sed -f commandfile inputfile" or in awk, "awk - > > f commandf

csv multi-line to single-line

2008-09-24 Thread [EMAIL PROTECTED]
t;,"item2","body one","body two","body three" "10","item2","body one","body two","body three" How do I use perl to convert the above to the following? I'm a novice perl user. "apple three","body one","body two","body three" "apple three","body one","body two","body three" "apple three","body one","body two","body three" "orange three","body one","body two","body three" "orange three","body one","body two","body three" "orange three","body one","body two","body three" "orange three","body one","body two","body three" "orange three","body one","body two","body three" Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Accessing a variable from one script to another

2008-09-30 Thread [EMAIL PROTECTED]
there any way I can get its value? Please help me if this is possible. Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Cache::FastMmap

2008-10-06 Thread [EMAIL PROTECTED]
checked cache::fastmmap is installed thanks in advance regards, saraubh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

data from file

2008-10-06 Thread [EMAIL PROTECTED]
Hi, I have large file in following format: ID | Time | IP | Code Now I want to write script that will cluster data by IP addr. and count total number of IDs for corresponding IP. I am new to perl. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: data from file

2008-10-07 Thread [EMAIL PROTECTED]
On Oct 6, 11:26 am, [EMAIL PROTECTED] (Jeff Pang) wrote: > > Message du 06/10/08 17:03 > > De : "[EMAIL PROTECTED]" > > A : [EMAIL PROTECTED] > > Copie à : > > Objet : data from file > > > Hi, > > > I have large file in following format: &g

best way to search in a file

2008-10-07 Thread [EMAIL PROTECTED]
not know how to convert it to a script. perl -lane 'print $F[2] if /searchterm/' input.txt Any help would be much appreciated. Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

efficient way to write code

2008-10-08 Thread [EMAIL PROTECTED]
file in hash array) Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

read file in hash array

2008-10-08 Thread [EMAIL PROTECTED]
I want to ready file in Hash Array. I have file in following format: ID | Time | IP | Code open(INFO, $file); @lines = ; Instead of this I want to use Hash Array. May be just ID and IP fileds. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: data from file

2008-10-08 Thread [EMAIL PROTECTED]
On Oct 6, 7:11 am, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Hi, > > I have large file in following format: > > ID | Time | IP | Code > > Now I want to write script that will cluster data by IP addr. and > count total number of IDs for corresponding IP. > > I am

Using a variable in a =~ match??

2008-10-21 Thread [EMAIL PROTECTED]
31 print "$_\n"; 32 } 33 } 34 } 35 } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Using a variable in a =~ match??

2008-10-22 Thread [EMAIL PROTECTED]
On Oct 21, 10:57 pm, [EMAIL PROTECTED] (John W. Krahn) wrote: > [EMAIL PROTECTED] wrote: > > Hi all, > > Hello, > > > Serious noob here (one week into llama 5th ed.). > > > I'm trying to write a script to pull a specific file from a directory > > and

perl and GPG module

2008-10-24 Thread [EMAIL PROTECTED]
Hello, Week two noob here. I am writing a script to download encrypted files using ftp then after they're downloaded decrypt them. I can't seem to get the GPG decrypt module to work though. The script does work when I use "system" to call another script using gpg directly. Here is the script. I w

LWP::Simple

2008-10-28 Thread [EMAIL PROTECTED]
quot;$Domain/$file.html"); print "Making $file.html\n"; exit; HERE is the ERROR: ./sitesucker.pl Use of uninitialized value in pattern match (m//) at ./sitesucker.pl line 19. Use of uninitialized value in pattern match (m//) at ./sitesucker.pl line 19. Making mypcbusa.com.html Any help will be greatly appreciated. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

out of memory

2008-10-31 Thread [EMAIL PROTECTED]
\n"; while (<$INFO>) { (undef, undef, undef, $time, $cli_ip, $ser_ip, undef, $id, undef) = split('\|'); push @{$time_table{"$cli_ip|$id"}}, $time; } close $INFO; In above code $file is very big in size(in Gbs); so I am getting out of memory !

Connecting MS SQL from linux

2008-11-08 Thread [EMAIL PROTECTED]
Hi! I'm using perl to connect to mysql, but now i need it to connect to MS SQL server and after google search i still don't understand the best way to do it. I need some tips to solve this issue, please people. Thanks, AV -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

  1   2   3   >