Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Reading in data that is

by gbarr (Monk)
on Oct 10, 2001 at 20:15 UTC ( [id://118033]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(<DATA>) {
      chomp;
      last if /^"EOS"$/;
      push @data, $_
    }
    
  2. or download this
    my($first_name,$last_name,$address,$city,$state,$phone) = /"([^"]*)"/g
    

Log In?
Username:
Password:

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

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

    No recent polls found