Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Reading in data that is

by pitbull3000 (Beadle)
on Oct 10, 2001 at 19:51 UTC ( #118025=note: print w/replies, xml ) Need Help??


in reply to Reading in data that is

Why you donīt just leave the quoting signs out of your .dat file, if it is possible. and put something else in between as a delimeter, something like ":" or a tab... then you could do a split on your delimeter sign, which is used in the .dat file for example you use the ":" as delimeter your split will lokk like this my($first_name,$last_name,$address,$city,$state,$phone)=split(/:/);

Replies are listed 'Best First'.
Re: Re: Reading in data that is
by one4k4 (Hermit) on Oct 10, 2001 at 21:31 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2023-12-03 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (20 votes). Check out past polls.

    Notices?