#!/usr/bin/perl -wT use strict; while() { tr/\\\@/@/d; print if /USE/.../USE/ and !/USE/; } __DATA__ I like jellybeans me too begin USE information options [ --upload | --download | --commit ] [ --filename ] [ --list ] [ --host ] [ --server ] [ --string ] [ --path ] [ --regex ] [ --version ] [ --verbose-help ] [ --help ] end USE information Still like jellybeans me too =output options [ --upload | --download | --commit ] [ --filename ] [ --list ] [ --host ] [ --server ] [ --string ] [ --path ] [ --regex ] [ --version ] [ --verbose-help ] [ --help ]