equal
deleted
inserted
replaced
1 #!/usr/bin/perl |
1 #!/usr/bin/perl |
2 |
2 # geht ueberhaupt nicht |
3 use 5.010; |
3 use 5.010; |
4 use strict; |
4 use strict; |
5 use warnings; |
5 use warnings; |
6 |
6 |
7 use if $ENV{DEBUG} => "Smart::Comments"; |
7 use if $ENV{DEBUG} => "Smart::Comments"; |