Changes between Initial Version and Version 1 of Ticket #1707
- Timestamp:
- 07/20/10 18:11:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1707 – description
initial v1 6 6 7 7 Source of my script is: 8 9 -----<cut>----- 8 {{{ 10 9 #!/usr/bin/env perl6 11 10 … … 13 12 14 13 say "\c[DEGREE FAHRENHEIT]"; 15 -----<cut>----- 14 }}} 16 15 17 16 output from running the script: 18 -----<cut>----- 17 {{{ 19 18 perl6(75422) malloc: *** mmap(size=2325622477335777280) failed (error code=12) 20 19 *** error: can't allocate region … … 40 39 41 40 Dumping Core... 42 -----<cut>----- 41 }}} 43 42 44 43 Unfortunately, I'm not sure where that core ended up, cant seem to find it.