Re: Template toolkit issue [SOLVED]

2012-05-07 Thread Rob Dixon
On 07/05/2012 23:02, Lou Pereira wrote: I agree, I have tried to Opt. out of this group without success and I don't understand why??? Please unsubscribe me from this user group -Original Message- From: dtreyno...@aep.com [mailto:dtreyno...@aep.com] Sent: Monday, May 07, 2012 1:50 P

Re: insert

2012-05-07 Thread timothy adigun
On Mon, May 7, 2012 at 11:29 PM, John W. Krahn wrote: > timothy adigun wrote: > >> >> On Mon, May 7, 2012 at 8:36 AM, lina wrote: >> >> I have two files, one with >>> >>> 3 >>> 2 >>> 1 >>> >>> another is: >>> >>> 3 1 >>> 3 2 >>> 6 3 >>> >>> How can I insert the first file into the middle of the

Re: insert

2012-05-07 Thread John W. Krahn
timothy adigun wrote: On Mon, May 7, 2012 at 8:36 AM, lina wrote: I have two files, one with 3 2 1 another is: 3 1 3 2 6 3 How can I insert the first file into the middle of the second file, This is one way to do it: #!/usr/bin/perl use warnings; use strict; my $part1 = get_data(

RE: Template toolkit issue [SOLVED]

2012-05-07 Thread Lou Pereira
I agree, I have tried to Opt. out of this group without success and I don't understand why??? Please unsubscribe me from this user group -Original Message- From: dtreyno...@aep.com [mailto:dtreyno...@aep.com] Sent: Monday, May 07, 2012 1:50 PM To: beginners@perl.org Subject: Re:

Re: Help in Perl

2012-05-07 Thread Goke Aruna
Hello peter, Can you part of the xml file? On 5/5/12, S Peter wrote: > Hi > > I am S. Peter, a beginner in Perl program, working in XML files. I have a > xml files with the following coding. > > "$N$" > > I require a small script in perl to open any xml file and just copy and > write only the co

Re: Template toolkit issue [SOLVED]

2012-05-07 Thread Mark Haney
On 05/07/2012 01:50 PM, dtreyno...@aep.com wrote: Stop sending me emails, I'm blockin every email I get. Maybe MAYBE one day I'll just block everyone after trying for so long. Um, have you looked at the footer at the end of each message you've blocked? It gives you instructions on how to un

Re: Help in Perl

2012-05-07 Thread John Mason Jr
On 5/5/2012 5:42 AM, S Peter wrote: Hi I am S. Peter, a beginner in Perl program, working in XML files. I have a xml files with the following coding. "$N$" I require a small script in perl to open any xml file and just copy and write only the command starts with " in a new file. If

Re: Help in Perl

2012-05-07 Thread Kenneth Wolcott
On Sat, May 5, 2012 at 2:42 AM, S Peter wrote: > Hi > > I am S. Peter, a beginner in Perl program, working in XML files. I have a xml > files with the following coding. > > "$N$" > > I require a small script in perl to open any xml file and just copy and write > only the command starts with " in

Re: Template toolkit issue [SOLVED]

2012-05-07 Thread dtreynolds
Stop sending me emails, I'm blockin every email I get. Maybe MAYBE one day I'll just block everyone after trying for so long.

Re: insert

2012-05-07 Thread timothy adigun
Hi lina On Mon, May 7, 2012 at 8:36 AM, lina wrote: > Hi, > > I have two files, one with > > 3 > 2 > 1 > > another is: > > 3 1 > 3 2 > 6 3 > > How can I insert the first file into the middle of the second file, > This is one way to do it: #!/usr/bin/perl use warnings; use strict; my $part1

Help in Perl

2012-05-07 Thread S Peter
Hi   I am S. Peter, a beginner in Perl program, working in XML files. I have a xml files with the following coding.   "$N$"   I require a small script in perl to open any xml file and just copy and write only the command starts with " in a new file.    If a xml file consists of any numbers of  

Re: Template toolkit issue [SOLVED]

2012-05-07 Thread Randal L. Schwartz
> "'lesleyb'" == 'lesleyb' writes: 'lesleyb'> +1 on that. AFAIK, being able to use mod_perl still implies having control of 'lesleyb'> Apache and it's config. I haven't yet heard of a hosting company providing 'lesleyb'> mod_perl out there though I'd like to know if there are any. mod

Re: Template toolkit issue [SOLVED]

2012-05-07 Thread Randal L. Schwartz
> "Bill" == Bill Stephenson writes: Bill> Using CGI.pm with HTML::Template is still a very fast and Bill> efficient way to develop web apps. And CGI.pm is at the cornerstone of my CGI::Prototype framework, still in production use on many websites. -- Randal L. Schwartz - Stonehenge Consult

Re: insert

2012-05-07 Thread Jim Gibson
On May 7, 2012, at 5:51 AM, lina wrote: > On Mon, May 7, 2012 at 7:52 PM, Shawn H Corey wrote: >> On 12-05-07 03:36 AM, lina wrote: >>> >>> How can I insert the first file into the middle of the second file, >> >> >> What code have you tried so far and please provide the expected output for >

Re: insert

2012-05-07 Thread lina
On Mon, May 7, 2012 at 7:52 PM, Shawn H Corey wrote: > On 12-05-07 03:36 AM, lina wrote: >> >> How can I insert the first file into the middle of the second file, > > > What code have you tried so far and please provide the expected output for > your example. > I can only write some preamble, her

Re: insert

2012-05-07 Thread Shawn H Corey
On 12-05-07 03:36 AM, lina wrote: How can I insert the first file into the middle of the second file, What code have you tried so far and please provide the expected output for your example. -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organization and

Re: Template toolkit issue [SOLVED] - mod_perl hosting

2012-05-07 Thread Lesley
On Sun, May 06, 2012 at 05:14:08AM -0700, Michael Rasmussen wrote: > On Sun, May 06, 2012 at 04:04:49AM +0100, 'lesleyb' wrote: > > +1 on that. AFAIK, being able to use mod_perl still implies having control > > of > > Apache and it's config. I haven't yet heard of a hosting company providing > >

insert

2012-05-07 Thread lina
Hi, I have two files, one with 3 2 1 another is: 3 1 3 2 6 3 How can I insert the first file into the middle of the second file, Thanks ahead for your suggestions, Best regards, -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.o