Help for this page

Select Code to Download


  1. or download this
    ($hour,$minutes,$seconds) =~ split(/\:/,$time);
    print join "|", ($hour,$minutes,$seconds);
    --
    ||