in reply to Re: Using a regex pattern from STDIN
in thread Using a regex pattern from STDIN
the "T" means "T"aint mode - it won't allow you to use any data from outside your program unless you untaint it first.#!/usr/bin/perl -wT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using a regex pattern from STDIN
by Limbic~Region (Chancellor) on Jun 21, 2004 at 19:44 UTC |