Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    Can't modify list slice in scalar assignment at script.pl line 10, nea
    +r "'!';"
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    Can't modify non-lvalue subroutine call in scalar assignment at script
    +.pl line 10, near "qw( A B C D E );"
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    Not an ARRAY reference at script.pl line 11.
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    Can't use string ("a") as an ARRAY ref while "strict refs" in use at s
    +cript.pl line 11.