Is there a way to replicate something like bash's
for i in `cat Overlap.txt`; do echo "$i";done in perl ...I tried ... perl -lane 'print $_ for `cat Overlap.txt`' but this did not work. Any suggestions on how to do that in perl command line
?In reply to Bash for loop variable pass equivalent in perl by ZWcarp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |