Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Using DBI::Sybase having problem with Date format

by yoyomonkey (Initiate)
on May 10, 2007 at 16:14 UTC ( [id://614678]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use vars qw( $connection ); # cached connection
    ...
    1;
    
  2. or download this
    #! /usr/bin/perl -w
    #
    ...
    $dbh->disconnect
    or warn "Failed to disconnect: ",$dbh->errstr(),"\n";
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found