bin/sslcert
changeset 2 109f9cc18906
parent 1 633e40534da4
equal deleted inserted replaced
1:633e40534da4 2:109f9cc18906
     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";