Thread Games-Dissociate-0.19 (7 answers)
Opened by jg_115 at 2009-10-24 18:43

GwenDragon
 2009-10-24 19:37
#127302 #127302
User since
2005-01-17
14787 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
#!perl.exe

use strict;
use warnings;
use Games::Dissociate;

while (my $input=<>) { #liest von Eingabezeile ein
  # gibt den verwurschtelten Satz wieder aus
  print dissociate( $input );
}


ungetestet!
Wenn du das das als Datei wurschtel.pl abspeicherst und dann so aufrufst,
Code: (dl )
perl wurschtel.pl
liest es von der Eingabezeile ein.

View full thread Games-Dissociate-0.19