Help for this page

Select Code to Download


  1. or download this
    my $array_position;
    my $file = "/home/user/file.txt";
    
    ...
    @array = @file;
    splice @array, 0, 'something';
    print @array;
    
  2. or download this
    line 1
    line 2
    fsefse line 3
    line 4 ,...
    line 5
    line 6>