Help for this page

Select Code to Download


  1. or download this
    my @words = map { split " ",$_ } <DATA>;
    
  2. or download this
    my @ary = split (" ", $_) while (<DATA>);
    
  3. or download this
    while (<DATA>) {
      my @ary = split (" ", $_);
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    ksg gae agdg ekau eg
    Gke geo g ep ge
    
  5. or download this
    SV = RV(0x1a97584) at 0x1a7f0bc
      REFCNT = 1
    ...
        MAX = 4
        ARYLEN = 0x0
        FLAGS = (REAL)