Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
        "is '$stuff[$_]'")
        . "\n";    
    }
    
  2. or download this
    >perl test.pl
    Element 0 : is '0'
    Element 1 : is '1'
    Element 2 : is Undef
    Element 3 : Does not exist