Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(z) Re: Modifying Global Variable

by zigdon (Deacon)
on Jan 08, 2003 at 17:38 UTC ( [id://225305]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($year, $month, $day, $hour, $min, $sec) = 
        split /[- :]/, $_[0];
    
  2. or download this
    
    my $date = dateconverter($date_begin);
    ...
      my @bits = split /[- :]/, $_[0];
      return join ".", @bits[0,1,2];
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found