Help for this page

Select Code to Download


  1. or download this
    48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21
    
  2. or download this
    Hello, world!
    
  3. or download this
    while (defined($_ = <SOMEFILE>))
        {
        my @cbytes = split;
        }