Help for this page

Select Code to Download


  1. or download this
        $_ =~ s/\s+//;
        my @Elements  = split /\s/;
    
  2. or download this