in reply to Re: Re: build mysql data structure from text file
in thread build mysql data structure from text file

If you just cut and paste the code from my node, then it probably won't work as you'll need to replace the leading spaces with the appropriate number of tabs.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: Re: Re: build mysql data structure from text file

Replies are listed 'Best First'.
Re: Re: Re: Re: build mysql data structure from text file
by fireartist (Chaplain) on May 13, 2003 at 12:29 UTC
    I was just about to reply, saying that I'd figured out why it wasn't working!
    I checked the docs for tr///d and thought, 'why isn't it deleting the tabs?', then figured it out.
    Sorry for being so quick to claim error with your code sir.