Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
perl x 7

4 Posted Topics

Member Avatar for KevinADC

could you make this sample the random numbers without replacement? like once you've used #s 2 4 6 8 10 12 14 in your first 7 digit string, the next string doesn't contain those numbers? i'm pretty new to perl and piecing things together slowly... creating unique strings of random …

Member Avatar for KevinADC
0
678
Member Avatar for LSU_223

hello - i am trying to take a text file with multiple sets of numbered lines and sort each set, leaving the non-numbered text in place. i can't seem to figure out how to loop over the regular text, save then sort the numbered text, then move on. i want …

Member Avatar for KevinADC
-1
133
Member Avatar for LSU_223

Hello - I'm trying to use Perl to run through a list of numbered folders (41..61) that have a txt file in each with a name like "ms_stem41" or "ms_stem10B.pl". I am grepping a line from these files then manipulating them. The files all start with "ms_stem". When I type …

Member Avatar for LSU_223
0
145
Member Avatar for LSU_223

Hi - Major novice here. I'm trying to write a code that starts with a user defined number (lets say "N"), picks a random number between 1 and N (lets say "R"), pushes R onto an array, subtracts R from N, then picks the next random number from (N-R), pushes …

Member Avatar for LSU_223
0
318

The End.