Re: Create HTML code with perl

2006-09-07 Thread Brian McKee
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

Re: rm -rf in perl

2006-04-25 Thread Brian McKee
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

rm -rf in perl

2006-04-25 Thread Brian McKee
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

Re: Grep frustration

2006-03-09 Thread Brian McKee
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

Re: beginners Digest 28 Jan 2005 18:40:12 -0000 Issue 2444

2005-01-28 Thread Brian McKee
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