Help for this page

Select Code to Download


  1. or download this
    my ($one, $two, $three) = qw(1 2 3); # works just fine
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    @hash{@keys} = unpack ( "B16 n2 A4 A8 A2 A A A3 C2" }, $buffer);
    
    print $hash{mode3};