Help for this page

Select Code to Download


  1. or download this
    perl -ne '$|=1; foreach $_ (split //) {print; select(undef,undef,undef
    +,0.01);}' [filenames...]
    
  2. or download this
    #!/usr/bin/perl -w
    # slowprint.pl, by Weyfour WWWWolf (Urpo Lankinen)
    ...
            select(undef,undef,undef,0.01);
       }
    }