archives

FAQ 5.24 How do I randomly update a binary file?

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

HTML parsing

any good way to extract the data? I want to parse the following HTML page and extract TV listing data using VC++ [link] is easy for VC++ to call PERL script and do some regular expression? since the HTML page is not XML well formed, I cannot use a XML parser

Variables interpolated in character classes?

I just wrote a Perl program to linkify text files with http URLs, by generating an html file with the same content, but with the URLs imbeded in a and p elements. Here's an edited-for-brevity version: while (<>) { # regex for recognizing URLs: my $Regex = qr{(s?https?://[[:alnum:];/?:@ =&#%$_.+!*'(),-]+)};

FAQ 5.25 How do I get a file's timestamp in perl?

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

What goes around ... - Worcester Telegram

What goes around ... Worcester Telegram, MA - Mar 16, 2008 Of course this is a real-time affair: There are no shortcuts to ripping vinyl to a digital file .

What goes around ... - Worcester Telegram

What goes around ... Worcester Telegram, MA - 19 hours ago Of course this is a real-time affair: There are no shortcuts to ripping vinyl to a digital file .

What goes around ... - Worcester Telegram

What goes around ... Worcester Telegram, MA - 10 hours ago Of course this is a real-time affair: There are no shortcuts to ripping vinyl to a digital file . If you want to convert 50 minutes of album music into MP3 ...

Media players not all the same - Contra Costa Times

Media players not all the same Contra Costa Times, CA - Mar 16, 2008 ... file accumulate. Q: I currently have a DVD player and a large stack of DVDs that I play through my analog TV set.

Media players not all the same - Contra Costa Times

Media players not all the same Contra Costa Times, CA - 18 hours ago ... file accumulate. Q: I currently have a DVD player and a large stack of DVDs that I play through my analog TV set.

open a file generated dynamically

a file named "summary.####" is generated dynamically where #### is a number with unknown digits (i.e. maybe 1 to 9), how can I ask perl to open this file for further processing?

FAQ 5.39 Why do I get weird spaces when I print an array of lines?

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

Bankruptcy lawyers' work grows - MiamiHerald.com

Bankruptcy lawyers' work grows MiamiHerald.com, FL - 5 hours ago Among the casualties to land in Chapter 11, where

testing memory parameters

Hello, I'm trying to test how size of the SGA parameters affects the database's performace. I'm going to test shared_pool_size, db_cache_size and db_nk_cache_size parameters. I would like to do it properly because these tests will be part of my master's thesis. I don't have ability to use real database with real users so I must

FAQ 6.1 How can I hope to use regular expressions without creating illegible and unmaintainable code?

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