in reply to RE: Re: Reading from a file and writing the content into a database
in thread Reading from a file and writing the content into a database

It looks like it's in perlfaq4, under Why don't my <<HERE documents work?. There's an example like this:
# all in one ($VAR = <<HERE_TARGET) =~ s/^\s+//gm; your text goes here HERE_TARGET
Pretty neat little trick. :)
  • Comment on RE: RE: Re: Reading from a file and writing the content into a database
  • Download Code