Daniel Rychlik wrote:
What happened to this module? I can't find it in PPM nor can I find it
on the web...
I attempted to get it from here but that was a road block... Anyone
have a copy of this module?
http://search.cpan.org/~mblaz/Win32-RASE-1.01/RASE.pm
-Dan Rychlik
The download link
What happened to this module? I can't find it in PPM nor can I find it
on the web...
I attempted to get it from here but that was a road block... Anyone
have a copy of this module?
http://search.cpan.org/~mblaz/Win32-RASE-1.01/RASE.pm
-Dan Rychlik
__
I have problem running a Perl Script under ActivePerl. On Linux ihave no problem, but with ActivePerl on Windows i have a problem withthe encoding.use Unicode::String qw(latin1 utf8);use encoding 'ISO-8859-1';
$string = latin1("");$string->append("Acentuación");print $string->latin1;I get... Acent
Thank you for the information... I have that part working now however
Ive hit another road block...
I have 3 threads that do different things with different files. Those
routines are separated in my program. When I go and grad all of the
files that need processing, I then spawn the threads to
Moreno, Javier <> wrote:
> Hi all,
>
> How can I create tables dynamically with CGI? I have the following:
>
> #
> print $DRepA->table({-class=>'VersionControl',-width=>'100%'},
>
> $DRepA->Tr({-class=>'Header'},
>
> [
>
> $DRepA->td(["Modification date", "Name", "Descr
Hi all,
How can I create tables dynamically with CGI? I have the following:
#
print $DRepA-> table({-class=>'VersionControl',-width=>'100%'},
$DRepA->Tr({-class=>'Header'},
[
$DRepA->td(["Modification date", "Name", "Description", "Version"])
]
Bill,
Your code is working great. I need
to add a few tweaks:
s/\$1\,/\$1/;
s/2 Bed & 1
1\/2/2\/1.5/i;
s/ Sq/Sq/i;
s/ sf/sf/i;
s/ Acres/Acres/i;
I tried to add some of these to your code,
but did not get any where.
Thanks!!!
Jerry
Once more proving that perl has at least as many ways as there are
permutations of people trying to skin the cat to skin a cat...
[EMAIL PROTECTED] wrote on 04/11/2006 10:49:31
PM:
>2. Regexp question (Steve Baldwin)
> --
>
Foo Ji-Haw <> wrote:
> Hi people,
>
> Stumbled on Marvin's well-reviewed search engine Kinosearch. I'd like
> to try it out, but I'm more comfortable with a PPM version. Does
> anyone know where I can get this ppm, or how much effort is required
> to install-from-source (aka tar.gz)?
If it's a
Mary Anderson <> wrote:
>> Hi All,
> I have picked up ParseExcel and started to work with it. I am
> having a problem with code that essentially looks like this:
>
> for ($iR = 0; ($oWkS->{MaxRows} && $iR <=$oWkS->{MaxRows}, $iR++){
>for ($iC=0; ($oWkS->{MaxCols} && $iC <=$oWkS->
10 matches
Mail list logo