http://qs321.pair.com?node_id=252419

gio has asked for the wisdom of the Perl Monks concerning the following question:

All, I am trying to extract a list of file paths (ie.. C:\Winnt\system32\) which have errored in NetBackup so that I can automatically have them rerun in a script. The file paths which errored are not always listed in the same field in the output. The files always start with a capital letter followed by a colon. The output is one long line of fields of text. Some file paths have spaces in them so I can't use spaces as a delimiter. How can I use Perl to extract this info? Many Thanks!!!! Gio