Help for this page

Select Code to Download


  1. or download this
    if (test_conditions(@info)) {
      eval(do_something(@info));
    ...
      # such as when test_conditions() fails...
      something_screwed_up();
    }
    
  2. or download this
    print join(" ", map { sprintf "%#02x", $_ }unpack("C*",pack("L",0x1234
    +5678)))