Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    ...
    #say givelist()[1];
    my @list = givelist();
    say $list[1];
    
  2. or download this
    X:\Data\Perl>perl ListTest.pl
    syntax error at ListTest.pl line 8, near ")["
    Execution of ListTest.pl aborted due to compilation errors.
    
  3. or download this
    X:\Data\Perl>perl ListTest.pl
    splice on reference is experimental at ListTest.pl line 8.
    Not an ARRAY reference at ListTest.pl line 8.