On Sat, 2004-04-03 at 13:23, David Clymer wrote:
> Well, first off, you might want to make sure that your LibXML pm is
> where you think it is relatively,
not sure what I meant there...disregard it :(
-davidc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trou
On Sat, Apr 03, 2004 at 01:41:12PM -0500, Robert Tilley wrote:
> How do I install the Perl XML libraries to prevent the following errors?
> debian-rtg:/home/tilleyrw# ./scrape_test.pl
> Can't locate XML/LibXML.pm in @INC (@INC
> contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl
On Sat, 2004-04-03 at 13:41, Robert Tilley wrote:
> How do I install the Perl XML libraries to prevent the following errors?
>
> debian-rtg:/home/tilleyrw# ./scrape_test.pl
> Can't locate XML/LibXML.pm in @INC (@INC
> contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3
> /u
How do I install the Perl XML libraries to prevent the following errors?
debian-rtg:/home/tilleyrw# ./scrape_test.pl
Can't locate XML/LibXML.pm in @INC (@INC
contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/per
On Mon, Apr 22, 2002 at 11:02:54AM -0700, justin cunningham wrote:
> Hello, I'm trying to get this script to do error checking but it prints
> the error page every time regardless if there is or isn't input data.
> It works ok without the if statement but I wanted it to do the
> errorchecking. I s
Oops.. should be: (first line changed)
if(!defined($name) || $name eq "") {
# in this case, we redirect them to an error if the name is
# undefined or it is equal to "" (blank)
print $q->redirect(-location=>$ERR);
} else {
print $q->redirect(-location=>$OUTPAGE);
}
--
To UNSUBSCRIBE,
Hi Justin,
I'm having a hard time understanding your script. What's the deal with
'Q' and import_data ?
__BEGIN_REWRITE__
#!/usr/bin/perl -w
use strict; # helps ; must declare varibles
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
my $OUTPAGE = '/thankyou.html';
my $ERR = '/error.html';
my $DATA
Hello, I'm trying to get this script to do error checking but it prints
the error page every time regardless if there is or isn't input data.
It works ok without the if statement but I wanted it to do the
errorchecking. I spent a good amount of time trying to figure this out
on my own before email
day, November 02, 1998 10:44 PM
To: Debian Users
Subject: dpkg-perl help
I've installed Debian Linux ver 2.0 as an alternative os to Windows on my
PC with a view to making this a permanent arrangement and learning Unix as
part of my studies. However, on running dselect and trying to install
I've installed Debian Linux ver 2.0 as an alternative os to Windows on my
PC with a view to making this a permanent arrangement and learning Unix as
part of my studies. However, on running dselect and trying to install
Standard Packages (or updates, etc.) I constantly get the following
message:
10 matches
Mail list logo