how to install perl opengl on windows 2000 without INTERNET

2012-04-20 Thread John Riselvato
Howdy, how to install perl opengl on windows 2000 without INTERNET I downloaded the (perl) opengl stuff thought I installed it correct, the right version and all, but i still can't get any of the examples to run. Can anyone make a break down on how to install opengl for perl correctly? thanks, Joh

Re: What does "=<" means?

2011-12-30 Thread John Riselvato
in this code what is the $n =~ /$b/i; On Fri, Dec 30, 2011 at 11:53 AM, John Riselvato wrote: > in this code what is the > $n =~ /$b/i; > > > On Fri, Dec 30, 2011 at 10:51 AM, Igor Dovgiy wrote: > >> Oh my, of course it should be... >> my @repeated = grep { /some

Re: Perl on Android

2011-09-15 Thread John Riselvato
I am interested as well. Anyone know of any products out on the market produced with perldroid?

Re: how to do this in perl (from unix)

2011-09-01 Thread John Riselvato
> > > >> Beginning Perl programmers should note the difference between ' ' and / > / for split. In most cases, it doesn't matter. However, the split pattern ' > ' is a special case that splits on any whitespace, which includes the space > character, the tab character, and the newline character. It