Re: perltidy and new line before comment

2007-06-11 Thread Bill Luebkert
田口 浩 wrote: Hello, I can't learn much from perltidy help page. One is I don't like new line before such a comment, # call some sub. Someone would show me the correct switch? ... C:perltidy -l=200 -i=2 -pt=2 -ce -st T1.pl Try: perltidy -l=200 -i=2 -pt=2 -ce -st -nbbc T1.pl

RE: perltidy and new line before comment

2007-06-11 Thread 田口 浩
Try: perltidy -l=200 -i=2 -pt=2 -ce -st -nbbc T1.pl Thanks, it's what I'm loooking for, No BBC! -:) perltidy help is somewhat difficult to understand for non English speaker, isn't it? -- Regards, H.T. ___ Perl-Win32-Users mailing list

Re: perltidy and new line before comment

2007-06-11 Thread Bill Luebkert
田口 浩 wrote: Try: perltidy -l=200 -i=2 -pt=2 -ce -st -nbbc T1.pl Thanks, it's what I'm loooking for, No BBC! -:) perltidy help is somewhat difficult to understand for non English speaker, isn't it? I didn't read the help. It says it should be here:

perltidy and new line before comment

2007-06-10 Thread 田口 浩
Hello, I can't learn much from perltidy help page. One is I don't like new line before such a comment, # call some sub. Someone would show me the correct switch? C:perl -MPerl::Tidy -le print $Perl::Tidy::VERSION 20070508 C:cat.pl T1.pl #!/usr/bin/perl if ($ret eq $TRUE) { # call some sub