Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       &my_splice(@array, 1, 1, qw( d e ));
       print(@array, "\n");  # Can't use string ("a") as an ARRAY ref whil
    +e "strict refs" in use at !.pl line 6.
    }