atom-beautify/examples/simple-jsbeautifyrc/perl/expected/test.pl

13 lines
124 B
Perl
Raw Normal View History

2014-11-05 14:35:15 -07:00
#!/usr/bin/env perl
use strict;
use warnings;
if(1){
my $x = 'y';
my $foo = 'bar';
# comment
print('Hello, '.'World!')
}