On Monday 04 September 2006 00:34, Webmaster Adil wrote:
> Hi All
>
>
>
> I need print HTML codes with perl:
>
Look at the CGI module
For example - here's a chunk of code from a website I wrote
print start_span({-class=>'contact'}),
h3('Team Contact Information'),
start_table(),
T
On 25/04/06, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote:
>>
>> Is there a definative way to recreate the gnu `rm -rf` in perl?
>
> You could use rmtree.
>
> perldoc File::Path
Looks good, but then I saw this:
NOTE: There are race conditions internal to the implementation of
"rmtree" making
Is there a definative way to recreate the gnu `rm -rf` in perl?
I've seen a couple of modules that seem to implement something, and a
bunch of variations using File::Find, but it just seems overly
complicated.Since it's important I understand exactly what it's
going to do (it's removing data
On 09/03/06, Tom Phoenix <[EMAIL PROTECTED]> wrote:
> Although it's tempting to use a pattern match for this, that's not the
> right tool for the job. To see whether a string contains a given
> substring, check whether the return value of index() is not -1.
Can you expand on that thought?
What is
From: "O-Dzin Tridral" <[EMAIL PROTECTED]>
Date: Fri Jan 28, 2005 8:06:09 AM Canada/Eastern
Subject: Converting a text file for printing
We have an application which produces a plain ASCII text file which
then needs to be printed on a laser printer.
Because it gets printed to pre-printed station