Help for this page

Select Code to Download


  1. or download this
    my $row = <$fh>;
    local $, = ' ';
    print map { ord $_ } split //, $row;