Help for this page

Select Code to Download


  1. or download this
      my @data = ();
  2. or download this
         s/\"//g;
  3. or download this
         push @data, [ $_ ];
  4. or download this
         my @a = split /,/;
         push @data, \@a;