Re: tags being broken in the wrong places

2011-02-22 Thread Carlos Ivan Sosa
On Tue, Feb 22, 2011 at 5:48 AM, Rob Dixon wrote: > On 22/02/2011 13:25, Kill Switch wrote: >> >> Hi, >> >> I've tried to fiure this out on my own but hit a road block. I'm reading >> in >> an external file, then doind a search and replace. I am also using the >> following to break lines at 256 ch

Re: Filling in an online form.

2011-03-28 Thread Carlos Ivan Sosa
http://perlmeme.org/tutorials/cgi_form.html I don't know of your skills with perl, but I think you might find these tutorial useful; however, be aware of the security risks with the flaws of bad code and usage of perl CGI. This should be for a starter project, then refine the project for a product

Re: What's the best IDE in windows 7 for a beginner aiming at using Bioperl?

2011-04-07 Thread Carlos Ivan Sosa
On 4/7/11, Shlomi Fish wrote: > Hi Mr./Ms. Sheep, > > On Thursday 07 Apr 2011 15:28:51 universe sheep wrote: >> What's the best IDE in windows 7 for a beginner aiming at using Bioperl? >> Speed may be the first thing considered, and it will be better if it can >> download modules automatically. >>

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Carlos Ivan Sosa
Since the structure of the XML output is not so complicated and massive, you might want to try with the Perl Module "XML::Smart": http://search.cpan.org/~gmpassos/XML-Smart-1.6.9/lib/XML/Smart.pm On 4/11/11, Rajpreet wrote: > Greetings, > > Requirement goes like this. I have perl script reading

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Carlos Ivan Sosa
On 4/12/11, Rob Dixon wrote: > On 12/04/2011 17:22, Carlos Ivan Sosa wrote: >> >> Since the structure of the XML output is not so complicated and >> massive > > Carlos this is data. Data grows. > Ohh sorry, misread. > Rob > -- To unsubscribe, e-mail