- Name:
-
Joel Berger
- Email:
Hey! The above document had some coding errors, which are explained below:
- Around line 4:
-
=over without closing =back
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use Data::Dumper; | |
| use Regexp::Grammars; | |
| my $grammar = qr{ | |
| <nocontext:> | |
| <Line> |
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use Continuity; | |
| use File::chdir; | |
| my $server = Continuity->new(port => 8080); | |
| $server->loop; |
| Urethane Foam | |
| http://www.aeromarineproducts.com/boat-foam.htm | |
| http://www.uscomposites.com/foam.html | |
| Scupper valves | |
| http://www.bellrpg.net/soderbloom/MA/grouppart.asp?MAJ=020&PRI=086&SEC=191&GRP=1232 |
| \documentclass{article} | |
| \usepackage{tikz} | |
| \usepackage{pgffor} | |
| \begin{document} | |
| \begin{tikzpicture} | |
| \draw [fill=gray!30] | |
| (0,0) | |
| coordinate (front top left) |
| #!/usr/bin/env perl | |
| use Data::Dumper; | |
| my $text = <<'END'; | |
| John has Acquired Immunodeficiency Synodrom (AIDS), while Steve has Human Immunodeficiency Synodrom (HIV). | |
| END | |
| my @split = $text =~ / | |
| ( #capture (full name of disease) |
| [ReadmeAnyFromPod / pod.root ] | |
| filename = README.pod | |
| type = pod | |
| location = root |
| package UseX::Declare; | |
| use strict; | |
| use warnings; | |
| use Carp; | |
| use Devel::Declare (); | |
| my $verbose = 0; |
| use Mojolicious::Lite; | |
| # requires jCanvaScript: http://jcscript.com/ | |
| get '/' => 'index'; | |
| app->start; | |
| __DATA__ | |
| @@ index.html.ep |
| use strict; | |
| use warnings; | |
| use Alien::Base::ModuleBuild; | |
| my $ftp = FTP::Other->new( host => 'my.host.org', folder => '/folder' ); | |
| $ftp->binary(); | |
| my $builder = Alien::Base::ModuleBuild->new( | |
| module_name => 'Alien::GSL', |