Help for this page

Select Code to Download


  1. or download this
    my ( $name, @tests ) = unpack( 'A20 A3 A3 A3 A3', $line );
    
  2. or download this
    my ( $name, @tests ) = unpack( 'A20 (A3)4', $line );
    
  3. or download this
    my ( $name, @tests ) = unpack( 'A20 (A3)*', $line );