From: "Pau Marc Munoz Torres" <[EMAIL PROTECTED]>
> #! /usr/bin/perl
> #use strict;
> use CGI::Ajax;
> use CGI;
>
> my $q = new CGI;
>
> my $concatter = sub {
>
> my $buffer = $ENV{'QUERY_STRING'};
>
> my @pairs = split( /&/, $buffer );
>
> foreach my $pair (@pairs) {
>
>
On Tue, Apr 8, 2008 at 8:22 AM, <[EMAIL PROTECTED]> wrote:
> TEXT FILE ##
>
>
> http://mysite.com/link/here_goes?id=239";>LINK
>
>
>
>
> http://mysite.com/link/here_goes?id=239";>LINK
> width="150">06/11/2007 12:29AM
>
>
> #
I have to modify a script to upload different data to a server,
until now i did and script that ask you a question and capture the variable
into a hash (see below), now, i would like to modify it and make something
that allows me to ask different questions using the same script
how can i do thi
I have to modify a script to upload different data to a server,
until now i did and script that ask you a question and capture the variable
into a hash (see below), now, i would like to modify it and make something
that allows me to ask different questions using the same script
how can i do thi
[EMAIL PROTECTED] wrote:
All I need is to extract the td with class "PhorumTableRowAlt thread".
pen(TXT, "links.txt") or die "Unable to open file";
my @links = ;
close (TXT);
foreach my $link(@links) {
While the substring of interest spans over multiple lines, you are
dealing with one lin
[EMAIL PROTECTED] wrote:
> TEXT FILE ##
>
>
> http://mysite.com/link/here_goes?id=239";>LINK
>
>
>
>
> http://mysite.com/link/here_goes?id=239";>LINK
> width="150">06/11/2007 12:29AM
>
>
> ##
TEXT FILE ##
http://mysite.com/link/here_goes?id=239";>LINK
http://mysite.com/link/here_goes?id=239";>LINK
06/11/2007 12:29AM
The text file contains hundreds of tds structure lik