Help for this page

Select Code to Download


  1. or download this
    @decoded = decode_json($result);
    
  2. or download this
    #!/bin/perl
    
    ...
    }
    
    main();
    
  3. or download this
    #!/bin/python3
    
    ...
    
    if __name__ == '__main__':
        main()
    
  4. or download this
    time $(for i in {1..100}; do ./move_to_next.pl> /dev/null; done;)
    
    ...
    real    0m1.852s
    user    0m1.516s
    sys     0m0.323s
    
  5. or download this
    time ./move_to_next.pl > /dev/null
    
    ...
    real    0m0.099s
    user    0m0.078s
    sys     0m0.018s