Shawn H Corey <shawnhco...@gmail.com> writes:

> http://metacpan.org/pod/Perl::Critic

Feeding my sorry script to the advertised webpage like by using the
posted method of testing Perl::Critic with no installation.


  $> lwp-request -m POST http://perlcritic.com/perl/critic.pl < MyModule.pm
  $> wget -q -O - --post-file=MyModule.pm http://perlcritic.com/perl/critic.pl
  $> curl --data @MyModule.pm http://perlcritic.com/perl/critic.pl


I used all of them to send my script thru.... received nothing useful
in anyway.

  lwp-request -m POST http://perlcritic.com/perl/critic.pl < pscr_sr

Returns nothing whatever.

  wget -q -O - --post-file=./pscr_sr\
    http://perlcritic.com/perl/critic.pl 

Generates a web page on stdout... so capturing it like so:

  wget -q -O - --post-file=./pscr_sr\
    http://perlcritic.com/perl/critic.pl >some.html

Generates a useless webpage that fails when used.

Apparently Perl::Critic expects a *.pm file... so
again probably pilot errors here.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to