Re: Updating Perl without admin

2011-10-12 Thread Casey Cichon
On 10/12/2011 8:18 PM, Chris Stinemetz wrote: Is it possible to install updated version of Perl in a unix environment without admin prevliges? Yes, use perlbrew: http://www.perlbrew.pl/ From CPAN: To use perlbrew, it is required to install curl or wget first. perlbrew depends on one of this

Re: don't know where to start??? comparing files

2011-10-12 Thread Randal L. Schwartz
> "Shawn" == Shawn H Corey writes: Shawn> #!/usr/bin/env perl Please. Don't. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessage

Re: Updating Perl without admin

2011-10-12 Thread Chris Stinemetz
>> Is it possible to install updated version of Perl in a unix environment >> without admin prevliges? > > Yes, use perlbrew:  http://www.perlbrew.pl/ > >From CPAN: To use perlbrew, it is required to install curl or wget first. perlbrew depends on one of this two external commmands to be there in

Re: Updating Perl without admin

2011-10-12 Thread Shawn H Corey
On 11-10-12 08:20 PM, Chris Stinemetz wrote: Is it possible to install updated version of Perl in a unix environment without admin prevliges? Yes, use perlbrew: http://www.perlbrew.pl/ -- Just my 0.0002 million dollars worth, Shawn Confusion is the first step of understanding. Progra

Updating Perl without admin

2011-10-12 Thread Chris Stinemetz
Is it possible to install updated version of Perl in a unix environment without admin prevliges? Thank you, Chris

Re: don't know where to start??? comparing files

2011-10-12 Thread Shawn H Corey
On 11-10-12 10:01 AM, Nathalie Conte wrote: HI All, I have 2 sets of files I want to compare,and I don't know where to start to get what I want :( I have a reference file ( see ref for example) with a chromosome name, a start and a end position Chr7 115249090 115859515 Chr8 25255496 29565459 Chr1

Re: don't know where to start??? comparing files

2011-10-12 Thread Shlomi Fish
Hi Nathalie, On Wed, 12 Oct 2011 15:01:15 +0100 Nathalie Conte wrote: > HI All, > I have 2 sets of files I want to compare,and I don't know where to start > to get what I want :( > I have a reference file ( see ref for example) with a chromosome name, a > start and a end position > Chr7115

don't know where to start??? comparing files

2011-10-12 Thread Nathalie Conte
HI All, I have 2 sets of files I want to compare,and I don't know where to start to get what I want :( I have a reference file ( see ref for example) with a chromosome name, a start and a end position Chr7115249090115859515 Chr82525549629565459 Chr13198276698298299815 Ch

Re: setting format explicitly

2011-10-12 Thread Shlomi Fish
Hello Chris, On Tue, 11 Oct 2011 15:38:55 -0500 Chris Stinemetz wrote: > I am currently just trying to build my table structure for this program. > > I am getting the following error: > > Any help in resolution or advice is greatly appreciated. > You shouldn't use the functionality documente