Help for this page

Select Code to Download


  1. or download this
    binmode TARGET_FILE;
    my $outputstring = pack("n*", @list);
    print TARGET_FILE $outputstring;
    
  2. or download this
    binmode TARGET_FILE;
    my $outputstring = pack("v*", @list);
    print TARGET_FILE $outputstring;