Re: Perl Help

2004-04-03 Thread David Clymer
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

Re: Perl Help

2004-04-03 Thread David
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

Re: Perl Help

2004-04-03 Thread David Clymer
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

Perl Help

2004-04-03 Thread Robert Tilley
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

Re: ot perl help request

2002-04-23 Thread Colin Watson
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

Re: ot perl help request

2002-04-22 Thread Elizabeth Barham
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,

Re: ot perl help request

2002-04-22 Thread Elizabeth Barham
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

ot perl help request

2002-04-22 Thread justin cunningham
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

RE: dpkg-perl help

1998-11-03 Thread Cristov Russell
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

dpkg-perl help

1998-11-03 Thread Kalvinder Kang
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: