- Timestamp:
- 08/07/05 02:14:51 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6096 r6100 259 259 $ export PERL6LIB=blib6/lib 260 260 261 262 You can also just say ./pugs -Iblib6/lib t/...mumble.t . 261 You can also just say F<./pugs -Iblib6/lib t/.../mumble.t>. 263 262 264 263 =head3 Regex testing 265 264 266 Using the parrot distribution, PGE can be tested interactively with267 268 ./parrot compilers/pge/demo.pir269 270 and with tests like those in t/p6rules/.265 Using the Parrot distribution, PGE can be tested interactively with 266 267 $ ./parrot compilers/pge/demo.pir 268 269 and with tests like those in F<t/p6rules/>. 271 270 272 271 Using the PCRE distribution, PCRE can be tested interactively with 273 272 274 ./pcretest 275 273 $ ./pcretest 276 274 277 275 =head2 Resources
