RE: rtf files

2010-12-03 Thread Cristi Ocolisan
o the modules you suggested. CO -Original Message- From: Jim Gibson [mailto:jimsgib...@gmail.com] Sent: Friday, December 03, 2010 6:25 PM To: beginners@perl.org Subject: Re: rtf files On 12/3/10 Fri Dec 3, 2010 5:11 AM, "Cristi Ocolisan" scribbled: > Hi all, > > &g

rtf files

2010-12-03 Thread Cristi Ocolisan
Hi all, Have anybody used RTF::Tokenizer module? I'm struggling to find out how to retrieve the content of tokens. What I'm trying to do is to open a file (*.rtf) that a user uploaded on server add a few information and save it. I'm on Linux so I cannot use modules that work only on Windo

RE: module for accessing MSSQL

2009-07-07 Thread Cristi Ocolisan
Hi, You'll need DBD::ODBC module. Find documentation here: http://search.cpan.org/~mjevans/DBD-ODBC-1.22/ODBC.pm HTH Cristi -Original Message- From: practicalp...@gmail.com [mailto:practicalp...@gmail.com] Sent: Tuesday, July 07, 2009 11:39 AM To: Perl Beginners Subject:

RE: Help me with an url rewrite

2007-08-10 Thread Cristi Ocolisan
Well, Next time try to find the CORRECT LIST. Cristi Ocolisan Let the record show: Microsoft is not an Australian company -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 1:34 PM To: [EMAIL PROTECTED]; beginners@perl.org Subject: Re

Re: Help me with an url rewrite

2007-08-10 Thread Cristi Ocolisan
Hmm, 1. I did not sent a solution. 2. I just suggested how you should do. 3. I provided a link where you should ask about your problem. Cristi Ocolisan Let the record show: Microsoft is not an Australian company -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: Help me with an url rewrite

2007-08-10 Thread Cristi Ocolisan
First, you are correct. This is not the list you need. You should use something like this: RewriteRule ^index.php/(.*)$ http://www.site.com/index.php?q1=$1&domain=abc More info here: http://www.modrewrite.com/ Hope it helps. Cristi Ocolisan Let the record show: Microsoft is not an Austra

Re: Create HTML code with perl

2006-09-05 Thread Cristi Ocolisan
Hi Adilson, Try this: print qq{ Tste Tste Tste Tste }; But I think you should try to find other ways too... Hope it helps, CO > Hi All > > > > I need print HTML codes with perl: > > > > > > > > Tste > > Tste > > > > > > Tste > >

RE: Unable to use XML module

2005-09-06 Thread Cristi Ocolisan
Try install XML-Simple Co -Original Message- From: Nath, Alok (STSD) [mailto:[EMAIL PROTECTED] Sent: Monday, September 05, 2005 10:14 AM To: Charles K. Clarkson; Xavier Noria Cc: Perl Beginners List Subject: RE: Unable to use XML module When I say ppm>install XML::Simple It gives this

upload question

2005-08-22 Thread Cristi Ocolisan
Hi all,   Does anybody know why this code does NOT copying the file into the specified directory? After the script is executed, my file is listed into the directory, but empty…   Strange?   my $upload_dir = "../../witp/sigle_firme"; my $max_size = 1024_000;   my $file_name;     

RE: CGI::Session wierd

2005-06-14 Thread Cristi Ocolisan
Yes, I rebuild it & reinstalled it. Still not working... CO -Original Message- From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: 14 iunie 2005 14:54 To: Cristi Ocolisan Cc: Perl Beginners List Subject: Re: CGI::Session wierd On Tue, 14 Jun 2005, Cristi Ocolisan wrote: > Does

RE: Sending SMS

2005-06-14 Thread Cristi Ocolisan
Hi Octavian, There are two mailing lists available for the www-sms project, feel free to use them for all your www-sms related questions (Troubles, Usage questions, Comments, etc). [EMAIL PROTECTED] For www-sms developers. [EMAIL PROTECTED] www-sms CVS commit announcements. Please cons

CGI::Session wierd

2005-06-14 Thread Cristi Ocolisan
t = $session->param("client");if ($client ne ''){print $q->header;} if ($client eq ''){$cookie = $q->cookie(CGISESSID => $session->id);print $q->header( -cookie=>$cookie );}   Thanks in advance for any advice. Cristi Ocolisan -- This message was sc

RE: Setup of ActivePerl Modules HELP!

2005-05-10 Thread Cristi Ocolisan
Hi Flash -:) Usually the File::Find module is already installed with your perl distribution. CO -Original Message- From: FlashMX [mailto:[EMAIL PROTECTED] Sent: 10 mai 2005 15:42 To: beginners@perl.org Subject: Re: Setup of ActivePerl Modules HELP! Hi, I have a Perl script that requ

Perl and Semantic web

2005-02-28 Thread Cristi Ocolisan
Hello to all, My question is probably a rhetorical one... The company I work for, received a request for a system based on "semantic web" and "Virtual distributed databases". As I searched the net I understood the basic concept of semantic web and virtual distributed databases (based on RDF

How to find the current page?

2004-10-12 Thread Cristi Ocolisan
Hi all, I designed a website, having restricted and unrestricted zones. What I'm trying to do is to redirect a user after he/she logs in, to the page where he was (i.e.: if the user was in the product's X description and he/she wants to buy it, after he/she logs in he has to be redirected to

RE: Problems installing DBD-Interbase on Fedora

2004-09-03 Thread Cristi Ocolisan
[mailto:[EMAIL PROTECTED] Sent: 3 septembrie 2004 17:26 To: Cristi Ocolisan Cc: [EMAIL PROTECTED] Subject: Re: Problems installing DBD-Interbase on Fedora On Fri, 3 Sep 2004, Cristi Ocolisan wrote: > When I type "make" I get the following error: > > "Error: Cannot parse functio

Problems installing DBD-Interbase on Fedora

2004-09-03 Thread Cristi Ocolisan
xs, line 478 ' in Interbase.xs, line 487n definition from' keyname = #name; make: *** [InterBase.c] Error 1" Can anyone tell me where is the problem or what does this error message mean? Or what can I do, to make it work? Any help is highly appreciated. Cristi Ocolisan. --

DBI for FireBird

2004-08-20 Thread Cristi Ocolisan
Hi everybody, Can anybody tell me something about a DBI for FireBird? I looked on CPAN, but didn't find any. _____ Cristi Ocolisan

RE: Multiple results page problem

2004-07-09 Thread Cristi Ocolisan
Thanks. I'll try to repair. Hope to solve it soon. Cristi Ocolisan -Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: 9 iulie 2004 17:02 To: Cristi Ocolisan; [EMAIL PROTECTED] Subject: Re: Multiple results page problem CGI questions are often better addr

Multiple results page problem

2004-07-09 Thread Cristi Ocolisan
age) { $thislink = " $pageno "; } else { $thislink = " http://www.wiq.ro/cgi-bin/rointera/results.cgi?reqpage=$pageno&pagesi ze=$pagesize\">" . $pageno . ""; } $pagelinks = $pagelinks . $thislink; } $pagelinks = $pagelinks . " " . $next_link; } else { $pagelinks = ""; } print "$pagelinks"; Thank you! _ Cristi Ocolisan

RE: splitting with special characters

2004-06-03 Thread Cristi Ocolisan
Hi Singh, Try this: $mystring = "abcde/fghi"; @a = split (/\//, $mystring); print "$a[0]\n"; print "$a[1]"; Regards, Cristi Ocolisan -Original Message- From: Singh, Ajit p [mailto:[EMAIL PROTECTED] Sent: 3 iunie 2004 16:11 To: Singh, Ajit p; [EMAIL

multiple pages results

2004-05-24 Thread Cristi Ocolisan
gt; 1) { $pagelinks = $prev_link; $pageno = 0; while ($pageno < $pagecount) { $pageno++; if ($pageno == $reqpage) { $thislink = " $pageno "; } else { $thislink = " http://www.wiq.ro/cgi-bin/rointera/gigi1.cgi?reqpage=$pageno&pagesize =$pagesize\">" . $pageno . ""; } $pagelinks = $pagelinks . $thislink; } $pagelinks = $pagelinks . " " . $next_link; } else { $pagelinks = ""; } #print "pagina este $reqpage"; print "$pagelinks"; _ Cristi Ocolisan

package problem...

2004-05-05 Thread Cristi Ocolisan
Hi everybody! I'm trying to build a script that will insert some things into a MySQL database. My problem starts when I want to send the correct message into a webpage. The webpage is in a package because I want to reuse it as a template. My problem is that I can't make the script pri

RE: Info needed...

2004-04-29 Thread Cristi Ocolisan
Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: 29 aprilie 2004 17:07 To: Cristi Ocolisan Cc: Perl Beginners Subject: Re: Info needed... On Apr 29, 2004, at 8:51 AM, Cristi Ocolisan wrote: > Hi, > > I want to write a single CGI script that can return several differ

Info needed...

2004-04-29 Thread Cristi Ocolisan
Hi all, Can anyone tell me where can I find a good tutorial about creating "multiple pages" script? Thank you. Cristi