- or download this
c:\>perl t.pl
-p
...
value of $contig
-o
value of $alignment
- or download this
my $outfile = '\"c:\Documents and Settings\foo\my file\"';
...
'-o', $outfile
);
0 == system @command or die "system @command failed: $?";
- or download this
c:\>perl t.pl
-o
...
and
Settings\foo\my
file"
- or download this
my $outfile = '\"c:\Documents and Settings\foo\my file\"';
...
__END__
-o
"c:\Documents and Settings\foo\my file"
- or download this
my $outfile = '"\"c:\Documents and Settings\foo\my file\""';