| Devel-SawAmpersand documentation | Contained in the Devel-SawAmpersand distribution. |
Devel::FindAmpersand - Report exactly where Perl sawampersand
use Devel::FindAmpersand ();
Use this module only during development and wait for your script to finish. It will report where your script gets infected by a sawampersand operation.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Devel::SawAmpersand, B::FindAmpersand
| Devel-SawAmpersand documentation | Contained in the Devel-SawAmpersand distribution. |
package Devel::FindAmpersand; use strict; use B::FindAmpersand (); END { B::FindAmpersand::compile()->(); } 1; __END__