I have a parsed output in a single file, that looks like this

Pf_sumthing.bln

blah
blah

Pf_sumthingelse.bln

blah
blah

and so on, 
I want to parse this file such that i create 80 or as many little files,
each has the filename as  its respective Pf_something and content has the
blah blah.

can anybody point me in the right way? this is what i've been trying to do
-use  split (/Pf.*\w/) and try to separate the contents..but i'm not
getting there..

t.i.a.
nandita



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to