| | 47 | Saving perl file without extension forgets its mime-type (see #1107) |
| | 48 | 1. "File" -> "New" |
| | 49 | 1. type in |
| | 50 | {{{ |
| | 51 | #!/usr/bin/perl |
| | 52 | use strict; |
| | 53 | use warnings; |
| | 54 | }}} |
| | 55 | 1. save it as {{{file}}} |
| | 56 | 1. Check if the mime-type (3rd box on the status bar) says "Perl 5" |
| | 57 | 1. Close the file |
| | 58 | 1. Open The file using "File" -> "Open" |
| | 59 | 1. Check if the mime-type (3rd box on the status bar) says "Perl 5" |
| | 60 | 1. Open The file using "File" -> "Save As" |
| | 61 | 1. save it as {{{file2}}} |
| | 62 | 1. Check if the mime-type (3rd box on the status bar) says "Perl 5" |
| | 63 | |
| | 64 | |