.
/
perl
/
test
/
ng
/readfloats.pl
download original
#!/usr/bin/perl -w while (<>) { foreach my $var (/(\S+)/g) { print "$var\n"; } }
back to ng
(C) 1998-2017 Olaf Klischat <olaf.klischat@gmail.com>