Help for this page

Select Code to Download


  1. or download this
    use Inline C => q{
    void c_time() {
    ...
    }
    };
    print scalar c_time();
    
  2. or download this
    sub helper {
      localtime();
    ...
    }
    };
    print scalar c_time();