Help for this page

Select Code to Download


  1. or download this
    my @a=();
    my @b=();
    
    my @a1=();
    my @b1=();
    
  2. or download this
    open (TXT, "<$filename") || die "Can't open $filename: $!\n";
    my @array;
    ...
            push @{$array[$_]}, $list[$_];
        }
    }
    
  3. or download this
    @array = (
      [
    ...
        '3777'
      ]
    );
    
  4. or download this
    my @perl_array;
    
    ...
    for ( @perl_array ) {
        print $_,"\n";
    }
    
  5. or download this
    var secid=[002826,0028262,0028262,0028262,0028262,0028262]
    var Initial_shares=[3777,3777,3777,3777,3777,3777]
    
  6. or download this
    secid,Initial_shares,Char
    002826,3777,a
    ...
    0028262,3777,d
    0028262,3777,e
    0028262,3777,f
    
  7. or download this
    var secid=[002826,0028262,0028262,0028262,0028262,0028262]
    var Initial_shares=[3777,3777,3777,3777,3777,3777]
    var Char=[a,b,c,d,e,f]