Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            return ($concat);
        }
    }
    
  2. or download this
    __DATA__
    line1;
    ...
    line4;
    line5;
    end;
    
  3. or download this
    line1;line2;line3;end;
    line4;line5;end;
    
  4. or download this
    Modification of a read-only value attempted at closure line 26, <DATA>
    + line 4.