- or download this
#!/usr/bin/perl
use strict;
...
];
C:\perlp>
- or download this
#!/usr/bin/perl
use strict;
...
while (@all_st) {
push @store_get, join ",", map "'$_'", splice @all_st, 0, 30;
}
- or download this
push @store_get, join ",", splice @all_st, 0, 30;