Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

(ar0n) Re: Validating hash values

by ar0n (Priest)
on Sep 16, 2000 at 03:24 UTC ( [id://32765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $mysqldate = join ("-", $dateparts{YEAR}, $dateparts{MONTH}, $datep
    +art{DAY});
    
  2. or download this
    my $mysqldate = join ("-", @dateparts{ qw(YEAR MONTH DAY) });
    
  3. or download this
    @dateparts{("YEAR", "MONTH", "DAY")}
    
  4. or download this
    ($dateparts{YEAR}, $dateparts{MONTH}, $datepart{DAY})
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (1)
As of 2024-04-19 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found