Navigation |
archivesFAQ 1.13 Is it a Perl program or a Perl script?This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] . Help: Match ErrorHello, Here's my codes to match the following strings: while (<>) { chomp; if (/\d+\s+dG = (\d+)\s+(.*)/) { print "$1\n"; print "$2\n"; } And the string is like this. 97 dG = -40.9 cel-mir-41 MI0000012 Caenorhabditis elegans miR-41 stem-loop However, when I run my script it outputs nothing. How to Kick Start your DataStage CareerIs a DataStage career worth the punt and how do you get started with DataStage? Help: Process many files at the same timeHello, Here's my codes: foreach $file (@ARGV) { while (<>) { chomp; if (/(\d+)\s+dG = (-?[\d.]+)\s+(.*)/) { $total = $1; $name = $3; s/.*//; } $g += tr/C//; $c += tr/G//; } $gc = $g+$c; $GC = $gc/$total; print "$name\t$GC\n"; Then I hope I can get a list of the result because I use "foreach" to Question about regex (nagios plugin)Hello, I'm developing a plugin for nagios to get CPU usage on Red Hat Linux machines. Below is a snippet: -------------------- 8< -------------------- $get_cpu_util=`vmstat 1 2 tail -n 1`; ----cpu---- us sy id wa 1 0 0 100 0 3762 0 0 100 0 if($get_cpu_util =~ /^.*\s+(\d+)\s+(\d+)\s+(\d+)\s +(\d+)\s*$/){ FAQ 2.1 What machines support perl? Where do I get it?This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] . Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Resources Bryce's Pet Peeve - Complications - 9/30/2008My Pet Peeve of the Week is "Complications" - is life really easier and cheaper with technology? Handling Huge DataHi Guys, I am trying to edit some bioinformatic package written in perl which was written to handle DNA sequence of about 500,000 base long (a string containg 500000 chrs).. I have to enhance it to handle 100 million base long DNA... Each base in DNA has this information, base (A, C, G or T), qual (0-99), position (1-length) (paypal payment)(www.power-saler.cn )caps, mobile phones, ipods etc from allfamous brands such as louis vuitton, prada, chanel, fendi, dior, chloe,(paypal payment)(www.power-saler.cn )puma, reebok, d&g, hugo boss, paul smith,payment)(www.power-saler.cn )stitch's, true religion, evisu, miss sixty,sports shoes casual shoes shirts t-shirts jerseys jeans jackets(paypalfamous brands such as louis vuitton, prada, chanel, fendi, dior, chloe,Webcam: Landie,19 year.New Jersey. Viens me voir et tu verras!Webcam: Landie,19 year.New Jersey. Viens me voir et tu verras! [link] Sybase::CTLib ct_connect problemHi, I am trying to use SyBase::CTLib with perl 5.6 and sybase ASE 12.5. i was trying a simple script to start of. but, my script exits with this error : Open Client Message: Message number: LAYER = (1) ORIGIN = (1) SEVERITY = (1) NUMBER = (191) Message String: ct_connect(): user api layer: external error: The Keep your product documentation up to date with September updatesDB2 9 for z/OS has released three (3) updated product manuals this month (September 2008). Jamie's Random Musings on Video IM - ZDNet UKJamie's Random Musings on Video IM ZDNet UK, UK - Sep 30, 2008 |
SearchFree Online File ConvertersBrowse archivesRecent posts
|