in reply to Acme::Comment
#!/usr/bin/perl use strict; use warnings; use Acme::Comment type => 'HTML'; use Regexp::Common; $_ = `cat $0`; print "Found HTML regex:\n$_\n" for /($RE{comment}{HTML})/g; <!-- -- --> die "It's all attributed to human error, Dave\n"; <!-- -- --> print "Ok\n"; __END__ Found HTML regex: <!-- -- --> die "It's all attributed to human error, Dave\n"; <!-- -- --> It's all attributed to human error, Dave
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Acme::Comment -- Module Review (de facto)
by tye (Sage) on Nov 06, 2003 at 15:59 UTC | |
by Abigail-II (Bishop) on Nov 06, 2003 at 16:26 UTC |