Help for this page

Select Code to Download


  1. or download this
    # perl -MData::Dumper -e '
    > $str = "             STRING      ";
    > $str =~ s/\s//g;
    > push(@ar,$str);
    > print Dumper \@ar;'
    
  2. or download this
    $VAR1 = [
              'STRING'
            ];