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
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
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:
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
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
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
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
>
>
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
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;
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
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
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
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
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
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
[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
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.
--
Hi everybody,
Can anybody tell me something about a DBI for FireBird?
I looked on CPAN, but didn't find any.
_____
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
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
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
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
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
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
Hi all,
Can anyone tell me where can I find a good tutorial about creating "multiple
pages" script?
Thank you.
Cristi
25 matches
Mail list logo