Help for this page

Select Code to Download


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