archives

FAQ 8.47 How do I keep my own module/library directory?

This is an excerpt from the latest version perlfaq8.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] .

FAQ 8.42 How do I make a system() exit on control-C?

This is an excerpt from the latest version perlfaq8.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] .

check columns /tabs between two patterns

Hello all! I have a tab separated text file. I want to check, whether the contents are in the right fields. I have constructed here a little example. Question is, how to check for right number of tabs between "pattern" and "number" ... In my example, there is checked only one wrong example. To be clear I take this example:

transfer value from one page to single frame of a second,frameset page

I want to pass a value(name) from a 'sign-in'(password) page to one(result) frame of a second, three-frame frameset page. I did this with 'action = result file.cgi' in the 'sign-in' file and $ENV{'REQUEST_METHOD'} in the result file.cgi, but then only the result frame alone was displayed. Doing the same with 'action=

FAQ 9.18 How do I decode a MIME/BASE64 string?

This is an excerpt from the latest version perlfaq9.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] .

Query Question

Hi, I have a column with the following values: A or D What I want is to have those values in the same linme like this: A (some data), D (some data) How can I get each value as a different column?? Thanks!

When is anything written to standby redo logs on standby database

When is anything written to standby redo logs on standby database I am on Oracle 10.2.0.4 on HP UNIX 11i. I have read Oracle 10.2 concepts guide on technet.oracle.com, have read may article on metalink and internet, yet I am unable to verify when anything is written to standby redo logs on stand by database.