Help for this page

Select Code to Download


  1. or download this
    open DATA, "/usr/bin/cvs @ARGV |" or die "Couldn't execute program: $!
    +";
    
  2. or download this
        while ( defined( my $line = <DATA> ) ) {
    
  3. or download this
            chomp($line);
            print "$line\n";
        }
    close DATA;