Help for this page

Select Code to Download


  1. or download this
    unpack_fields(
        $record,
    ...
        padding     => 5,
        \my $flag2  => 1,
    );
    
  2. or download this
    # this would be much easier in Perl 6
    
    ...
    
        ${ shift @var } = shift @value while @value;
    }