Help for this page

Select Code to Download


  1. or download this
    &vec( $thing, @params ) = 1;
    
  2. or download this
    sub myvec :lvalue { CORE::vec( $_[ 0 ], $_[ 1 ], $_[ 2 ] ) }
    
  3. or download this
    my $thing = 'a' x 10;
    my @params = ( 2, 3 );
    myvec( $thing, @p ) = 1;;
    Illegal number of bits in vec