- or download this
#!usr/bin/env perl
use warnings;
use strict;
- or download this
open my $test_fh, '<', @ARGV or die "Can not open file $!\n";
- or download this
while (<$test_fh>) {
- or download this
my @line = split ();
# if ($line[1] =~ /\wP\w/i);
print "$line[1]";
- or download this
close ($test_fh);
- or download this
#!/net/perl/5.10.0/bin/perl
...
operator
Perl
help