Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: re-syncing these subtitles

by jwkrahn (Abbot)
on Sep 06, 2010 at 10:21 UTC ( [id://859036]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $seconds = sprintf( "%02.3f", ( ( $sectime - ( $hours * 3600 ) 
    +) - ( $minutes * 60 )) );
    
  2. or download this
    my ( $hours, $minutes, $seconds ) = ( split /:/, $time )[ -3, -2, -1 ]
    +;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 02:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found