in reply to Help! Stuck on methods to count file size.
@Janlen = ( '006', '007', '008', '009', '010', '011', '012', '013', '0 +14', '015', '016', '017', '018', '019', '020', '021', '022', '023', ' +024', '025', '026', '027', '028', '029', '030', '031' );
as:
@Janlen = map { sprintf '%03d', $_ } 6 .. 31;
Same for Feblen. Also, I think those pluses are an artifact of how you posted your code. Read Writeup Formatting Tips and post here again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help! Stuck on methods to count file size.
by Lennotoecom (Pilgrim) on Oct 10, 2013 at 17:13 UTC | |
by Anonymous Monk on Oct 11, 2013 at 02:54 UTC | |
|
Re^2: Help! Stuck on methods to count file size.
by Anonymous Monk on Oct 11, 2013 at 03:05 UTC |