Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Modify an existing PERL script to ask for input and output .csv filenames , also remove double quotes charactor from output file

by Anonymous Monk
on Jan 30, 2018 at 02:09 UTC ( [id://1208093]=note: print w/replies, xml ) Need Help??


in reply to Modifying an existing Perl script to ask for input and output filenames and also remove double quotes for outfile file

... Text::CSV .. Any help re including the removal of the double quotes characters ...

Why break files? Anyway, see Text::CSV and try stuff (options controlling quoting and what not)

ask for input and output

Programs that ask for stuff are annoying, programs that stop and complain if they don't get what they need are much a joy :D

see @ARGV or Getopt::Long

@ARGV or die Usage(); my( $infile, $outfile ) = @ARGV;
  • Comment on Re: Modify an existing PERL script to ask for input and output .csv filenames , also remove double quotes charactor from output file
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1208093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-25 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found