Help for this page

Select Code to Download


  1. or download this
    C:\pwe>perl -V
    Summary of my perl5 (revision 5 version 10 subversion 0) configuration
    +:
    ...
        hint=recommended, useposix=true, d_sigaction=undef
        useithreads=define, usemultiplicity=define
        useperlio=define, d_sfio=undef, uselargefiles=define,
    
  2. or download this
    Characteristics of this binary (from libperl):
      Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
    ...
                            PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_64_BIT_I
    +NT
                            USE_ITHREADS USE_LARGE_FILES USE_PERLIO
                            USE_SITECUSTOMIZE
    
  3. or download this
    foreach my $seq (0..$number-1)
    {
    ...
        $started++;
      }
    }