Re: pm for getting the content of a URL.

2007-09-19 Thread Patrik Hasibuan
You've solved my problem, Chas. Thank you very...very...much. I really appreciate your help. On Mon, 17 Sep 2007 16:39:08 -0400 "Chas Owens" <[EMAIL PROTECTED]> wrote: > On 9/17/07, Patrik Hasibuan <[EMAIL PROTECTED]> wrote: > snip > > I want to get a content of a URL (like curl does). Which pm

Re: pm for getting the content of a URL.

2007-09-19 Thread Patrik Hasibuan
Dear Jenda, you thank you very much for your help. My problem has been solved because of your help. Also thank you for the further additional information about socket and lwp:;agent. On Tue, 18 Sep 2007 00:41:45 +0200 "Jenda Krynicky" <[EMAIL PROTECTED]> wrote: > From: Patrik Hasibuan <[EMAIL

Re: How to connect MS Access with ODBC

2007-09-19 Thread useperl-jeff
--- herostar1981 <[EMAIL PROTECTED]> wrote: > But I search "connect remote ms access database" from google. > I get these results: >http://www.google.com/search?q=connect+remote+ms+access+database%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a >From the url I got,

Re: How to connect MS Access with ODBC

2007-09-19 Thread herostar1981
On Sep 19, 5:45 am, [EMAIL PROTECTED] wrote: > --- herostar1981 <[EMAIL PROTECTED]> wrote: > > Hi all, > >I am meeting a big problem. > > I try to use Perl to connect MS Access database from a remote > > machine . > > But I can not find a good way. > > I want use the DSN-less way. > > I search

Re: How to connect MS Access with ODBC

2007-09-19 Thread herostar1981
On Sep 19, 5:45 am, [EMAIL PROTECTED] wrote: > --- herostar1981 <[EMAIL PROTECTED]> wrote: > > Hi all, > >I am meeting a big problem. > > I try to use Perl to connect MS Access database from a remote > > machine . > > But I can not find a good way. > > I want use the DSN-less way. > > I search

Re: Abnormal behavior of print / syswrite

2007-09-19 Thread Jenda Krynicky
From: Sundeep <[EMAIL PROTECTED]> > A clue less problem for me... > > my $message = "Completed CODE standards checks.\n". > "For details, refer to the file $log_file_name.\n > \n"; > print STDOUT $message; > > I'm printing this message after some tests... and

RE: Abnormal behavior of print / syswrite

2007-09-19 Thread Wagner, David --- Senior Programmer Analyst --- WGO
> -Original Message- > From: Sundeep [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 19, 2007 05:50 > To: beginners@perl.org > Subject: Abnormal behavior of print / syswrite > > A clue less problem for me... > > my $message = "Completed CODE standards checks.\n". >

Abnormal behavior of print / syswrite

2007-09-19 Thread Sundeep
A clue less problem for me... my $message = "Completed CODE standards checks.\n". "For details, refer to the file $log_file_name.\n \n"; print STDOUT $message; I'm printing this message after some tests... and only message up to first new line is getting prin

Re: parsing csv-file for inserting in database

2007-09-19 Thread Chas Owens
On 9/19/07, Ruprecht Helms <[EMAIL PROTECTED]> wrote: > Chas Owens wrote: > > On 9/19/07, Ruprecht Helms <[EMAIL PROTECTED]> wrote: > >> #!/usr/bin/perl > > > > First off, you should use the strict and warnings pragmas. So the > > first two lines after the $! should be > > > > use strict; > > use

Summary: Perl/Tk Help

2007-09-19 Thread CM Analyst
Thanks to patmarbidon and D. Bolliger for their suggestions. I used Pat's suggestion and added: text1->update(); and the script works as I wanted. Many thanks. Amad Yahoo! oneSearch: Finally, mobile

Re: parsing csv-file for inserting in database

2007-09-19 Thread Ruprecht Helms
Chas Owens wrote: > On 9/19/07, Ruprecht Helms <[EMAIL PROTECTED]> wrote: >> #!/usr/bin/perl > > First off, you should use the strict and warnings pragmas. So the > first two lines after the $! should be > > use strict; > use warnings; ... I inserted the two commands and get now these errors.

Re: parsing csv-file for inserting in database

2007-09-19 Thread Chas Owens
On 9/19/07, Ruprecht Helms <[EMAIL PROTECTED]> wrote: > #!/usr/bin/perl First off, you should use the strict and warnings pragmas. So the first two lines after the $! should be use strict; use warnings; > > open(CSV,"Kalkulation_Tauchsportportal.csv") || die "CSV-Datei nicht > gefunden"; > > $

Re: PERL/LDAPS

2007-09-19 Thread Ken Foskey
On Tue, 2007-09-18 at 17:58 -0700, John Maverick wrote: > Hello, > > I am trying to use LDAPS in one of my perl script and not able to get all > required modules to install. > I am doing this on Windows machine. Are you using active state? Are you using ppm and what packages did you install? Wh

Re: parsing csv-file for inserting in database

2007-09-19 Thread Ruprecht Helms
Andrew Curry wrote: > open(CSV,"Kalkulation_Tauchsportportal.csv") || die "CSV-Datei nicht > gefunden\"; you have \ your " Ok I corrected it, now I only have an syntax-error in line 25 (split-command). In addition i am told that the part is not terminated. The actual code is: #!/usr/bin/perl

RE: parsing csv-file for inserting in database

2007-09-19 Thread Andrew Curry
@Datenfelder = split(/,,,$Felder); Guessing this line. Split (//,$string) -Original Message- From: Ruprecht Helms [mailto:[EMAIL PROTECTED] Sent: 19 September 2007 15:00 To: Andrew Curry Cc: Chas Owens; Jonathan Lang; beginners@perl.org Subject: Re: parsing csv-file for inserting in data

Re: How to connect MS Access with ODBC

2007-09-19 Thread useperl-jeff
--- herostar1981 <[EMAIL PROTECTED]> wrote: > Hi all, >I am meeting a big problem. > I try to use Perl to connect MS Access database from a remote > machine . > But I can not find a good way. > I want use the DSN-less way. > I search it from google, and get this example: > use DBI; > $dbh = D

RE: parsing csv-file for inserting in database

2007-09-19 Thread Andrew Curry
open(CSV,"Kalkulation_Tauchsportportal.csv") || die "CSV-Datei nicht gefunden\"; you have \ your " -Original Message- From: Ruprecht Helms [mailto:[EMAIL PROTECTED] Sent: 19 September 2007 10:40 To: Chas Owens Cc: Jonathan Lang; beginners@perl.org Subject: Re: parsing csv-file for inser

RE: Help on unix command find.

2007-09-19 Thread Andrew Curry
You need to specify your destination direcory in your find. find . -type f -name "create*table*.pl" -ok cp {} location \; -Original Message- From: Purohit, Bhargav [mailto:[EMAIL PROTECTED] Sent: 19 September 2007 10:36 To: beginners@perl.org Subject: Help on unix command find. Hi a

Re: parsing csv-file for inserting in database

2007-09-19 Thread Ruprecht Helms
Hi, On running the script I get the following errors: Scalar found where operator expected at ./csv_auslesen.pl line 29, near "pint Auftrag "$Datenfelder" (Might be a runaway multi-line "" string starting on line 3) (Do you need to predeclare pint?) Backslash found where operator expect

Help on unix command find.

2007-09-19 Thread Purohit, Bhargav
Hi all, I want to copy certain perl files from one of my directory to some other directory The problem is that I do not remember the exact name of file and also the directory in which it is located so I am using following command Form my destination folder (say it is /home/bhargav/) find .

How to connect MS Access with ODBC

2007-09-19 Thread herostar1981
Hi all, I am meeting a big problem. I try to use Perl to connect MS Access database from a remote machine . But I can not find a good way. I want use the DSN-less way. I search it from google, and get this example: use DBI; $dbh = DBI->connect('dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq

Re: Perl/Tk Help

2007-09-19 Thread patmarbidon
PatMar : Can you add $text1->update() after your $text1->insert. widget->update is like a refresh on other X11 windows manager. CM Analyst a écrit : Hi All, I hope this is still the correct forum to get help with Perl/Tk... My goal is display the time in the GUI window but it doesn't do it

double-bars graph

2007-09-19 Thread lists user
Hello, I know how to make graph with GD::Graph::bars. But how can I make the double-bars for each element? I'd like the graph looks as, ip pv |-- -- ip pv |-- -- -- -- |-- -- -- -- |-- -- -- -- |___ 0901 0902 Thank you! -- To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Getting error with make while installing the module

2007-09-19 Thread kilaru rajeev
Hi, I am installing a module which got so many dependancies to load. So, to copy them manually will take so much time for me. Is there any other way to make the program to access the *cc* from correct location. Thanks, Rajeev Kilaru On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >