Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Extract Data

by toolic (Bishop)
on May 29, 2013 at 12:42 UTC ( [id://1035833]=note: print w/replies, xml ) Need Help??


in reply to Extract Data

Since you didn't provide any input data, here is some generic advice from the Basic debugging checklist:

UPDATE: you split on $_

Replies are listed 'Best First'.
Re^2: Extract Data
by PilotinControl (Pilgrim) on May 29, 2013 at 13:45 UTC

    Hello Toolic, I made the following changes:

    my @fieldone = split(":", $_); # Does not retrieve data my @fieldtwo = split(":", $verify2); # Returns the correct data
      Has $_ been assigned a value?
      print ">>>$_<<<";

Log In?
Username:
Password:

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

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

    No recent polls found