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

Re: parsing question

by ikegami (Patriarch)
on Dec 07, 2006 at 02:54 UTC ( [id://588247]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $format = join '', map { "A$_" }
       3,  # Player number
    ...
       $record[4] =~ s/^\s+//;            # Fix "+/-" formatting.
       $sth->execute(@record);            # Add data to the database.
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found