Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: place holder error

by ikegami (Patriarch)
on Apr 29, 2010 at 15:28 UTC ( [id://837563]=note: print w/replies, xml ) Need Help??


in reply to place holder error

Like I said before, at the very least, this is wrong:
my $adt_h_date = "'".$org_adt_h_date."'";
It probably should be
my $adt_h_date = $org_adt_h_date;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 08:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found