in reply to Re: Difficult flatfile db record
in thread Difficult flatfile db record

Thank's Samurai,

I'll go play around with that. Fields in each line are # delimited so I should be okay..

-testguy

Replies are listed 'Best First'.
Re: Re: Re: Difficult flatfile db record
by samurai (Monk) on Sep 16, 2002 at 16:54 UTC
    Oops... heh. Yeah, just split /#/ instead of /\s+/ :)

    --
    perl: code of the samurai