- or download this
$ cat Prueba3.pm
BEGIN {
...
}; # End of string containing Parse::Eyapp::Driver
}; # Unless Parse::Eyapp::Driver was loaded
} ########### End of BEGIN
- or download this
$ perl -c Prueba3.pm
Missing right curly or square bracket at Prueba3.pm line 16, at end of
+ line
...
Prueba3.pm had compilation errors.
$ perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
- or download this
pl@nereida:/tmp$ diff Prueba3.pm Prueba.pm
9d8
< #sub _DBLoad {
pl@nereida:/tmp$ perl -c Prueba.pm
Prueba.pm syntax OK
- or download this
casiano@beowulf:~$ perl -v
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
...
14 }; # End of string containing Parse::Eyapp::Driver
15 }; # Unless Parse::Eyapp::Driver was loaded
16 } ########### End of BEGIN
- or download this
$ perl -c Prueba3trick.pm
Prueba3trick.pm syntax OK
...
14 }; # End of string
15 }; # Unless Parse::Eyapp::Driver was loaded
16 } ########### End of BEGIN