Help for this page
#!/usr/bin/perl -w use strict; ... /base-dir/dir/foo.txt INVALID ORDER-NO 4546090 INVALID ORDER-NO 4546090 INVALID ORDER-NO 4546090
while (<DATA>) { chomp; s/^\/\S+\s//; print "$_\n"; }