Help for this page

Select Code to Download


  1. or download this
    open TARGET_FILE, '>', 'foo' or die;
    binmode TARGET_FILE;
    my @list = 10;
    my $outputstring = pack("v*", @list);
    print TARGET_FILE $outputstring;
    
  2. or download this
    >perl script.pl
    
    ...
    -d100 l2
    0B02:0100  0A 00                                             ..
    -q