Help for this page

Select Code to Download


  1. or download this
       1. for (;;) {
       2.    undef $!;
    ...
       6.    }
       7.    # ...
       8. }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    system('pause');
    while ($line) {
       #Rest of script...