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
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
I am interested as well. Anyone know of any products out on the market
produced with perldroid?
>
>
> >> 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