Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    while (my $seq = <$IN2>) {
        print "line: '$seq'\n";
    }
    
  2. or download this
    $ perl -MO=Deparse ./808927.pl
    die unless open my $IN2, '<', 'foo.txt';
    ...
    }
    ./808927.pl syntax OK