Previous
Next
#!/usr/bin/perl $_ = "How about this for a target!"; if (m/(THIS)/i) { print "$1\n"; }
this
Andrew Hill
For LinuxSA Meeting, 17 April 2001